diff options
author | 2013-10-02 13:26:59 -0400 | |
---|---|---|
committer | 2013-10-03 01:16:44 -0400 | |
commit | ca21057bd38ba8e3922e26736d7e7600ee9d660e (patch) | |
tree | 56d08f17b35ffd70e954bbb782008b9b2940821b /meta-openstack-compute-deploy | |
parent | e0ea9c08412678efba8703a654e34918270c4f96 (diff) | |
download | meta-cloud-services-ca21057bd38ba8e3922e26736d7e7600ee9d660e.tar.gz meta-cloud-services-ca21057bd38ba8e3922e26736d7e7600ee9d660e.tar.bz2 meta-cloud-services-ca21057bd38ba8e3922e26736d7e7600ee9d660e.zip |
quantum: update configuration and deployment options
Replace the controller and compute specific deployment classes with the central
"hosts" class, and change the configuration file update routines to use the
new values and externally visible IPs.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-compute-deploy')
-rw-r--r-- | meta-openstack-compute-deploy/recipes-devtools/python/python-quantum_2013.1.3.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack-compute-deploy/recipes-devtools/python/python-quantum_2013.1.3.bbappend b/meta-openstack-compute-deploy/recipes-devtools/python/python-quantum_2013.1.3.bbappend index 1c10253d..28b44ec4 100644 --- a/meta-openstack-compute-deploy/recipes-devtools/python/python-quantum_2013.1.3.bbappend +++ b/meta-openstack-compute-deploy/recipes-devtools/python/python-quantum_2013.1.3.bbappend @@ -1 +1 @@ -inherit compute +inherit hosts |