commit | 3f64186c7d74be37d316eafe1c80ba8cc2ef08be | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Jan 28 00:14:10 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Jan 28 00:14:11 2014 +0000 |
tree | 32ea5578ce197f291453dfd4e68ea7f00a602716 | |
parent | 6e4f15c50f1643bb876a1e0ddfccbf5c5caaadbc [diff] | |
parent | b814fbb681cfd3b2e582aab26aeaeba7b2c642f4 [diff] |
Merge "Fix parameter type spelling tempest HOT template"
diff --git a/tempest/cli/simple_read_only/heat_templates/heat_minimal_hot.yaml b/tempest/cli/simple_read_only/heat_templates/heat_minimal_hot.yaml index 6d89b7b..4657bfc 100644 --- a/tempest/cli/simple_read_only/heat_templates/heat_minimal_hot.yaml +++ b/tempest/cli/simple_read_only/heat_templates/heat_minimal_hot.yaml
@@ -3,10 +3,10 @@ parameters: instance_image: description: Glance image name - type: String + type: string instance_type: description: Nova instance type - type: String + type: string default: m1.small constraints: - allowed_values: [m1.small, m1.medium, m1.large]