diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-05-23 11:42:27 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-26 11:30:08 -0400 |
| commit | 9d88a37ec7e882605a0a97c7105ef783ca440f25 (patch) | |
| tree | 648e61098574e12ed0b64df4992af178b81c4379 | |
| parent | 96a22232939d280b77bf45cf93a30c617114fd28 (diff) | |
| download | meta-cloud-services-9d88a37ec7e882605a0a97c7105ef783ca440f25.tar.gz | |
tempest conf enable heat
As now Openstack Heat component is enabled,
so allow tempest to test Heat as well.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-extended/tempest/tempest/tempest.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest/tempest.conf b/meta-openstack/recipes-extended/tempest/tempest/tempest.conf index 4af8b31..aea1cd6 100644 --- a/meta-openstack/recipes-extended/tempest/tempest/tempest.conf +++ b/meta-openstack/recipes-extended/tempest/tempest/tempest.conf | |||
| @@ -421,7 +421,7 @@ swift = True | |||
| 421 | # Whether or not nova is expected to be available | 421 | # Whether or not nova is expected to be available |
| 422 | nova = True | 422 | nova = True |
| 423 | # Whether or not Heat is expected to be available | 423 | # Whether or not Heat is expected to be available |
| 424 | heat = false | 424 | heat = True |
| 425 | # Whether or not horizon is expected to be available | 425 | # Whether or not horizon is expected to be available |
| 426 | horizon = True | 426 | horizon = True |
| 427 | 427 | ||
