diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-02 13:26:59 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:16:44 -0400 |
| commit | ca21057bd38ba8e3922e26736d7e7600ee9d660e (patch) | |
| tree | 56d08f17b35ffd70e954bbb782008b9b2940821b /meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb | |
| parent | e0ea9c08412678efba8703a654e34918270c4f96 (diff) | |
| download | meta-cloud-services-ca21057bd38ba8e3922e26736d7e7600ee9d660e.tar.gz | |
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/recipes-devtools/python/python-quantum_2013.1.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb index 70094f1..34da3c9 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "79e60ec1aef800da3a4e1841909cdd8b2cf645979d08f27bc481957c79 | |||
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 21 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 22 | 22 | ||
| 23 | inherit setuptools update-rc.d identity | 23 | inherit setuptools update-rc.d identity hosts |
| 24 | 24 | ||
| 25 | do_install_append() { | 25 | do_install_append() { |
| 26 | TEMPLATE_CONF_DIR=${S}${sysconfdir}/ | 26 | TEMPLATE_CONF_DIR=${S}${sysconfdir}/ |
| @@ -34,7 +34,7 @@ do_install_append() { | |||
| 34 | sed -e "s:^# core_plugin.*:core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2:g" \ | 34 | sed -e "s:^# core_plugin.*:core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2:g" \ |
| 35 | -i ${WORKDIR}/quantum.conf | 35 | -i ${WORKDIR}/quantum.conf |
| 36 | 36 | ||
| 37 | echo "rabbit_host = ${CONTROLLER_EXTERNAL_IP}" >> ${WORKDIR}/quantum.conf | 37 | echo "rabbit_host = ${CONTROLLER_IP}" >> ${WORKDIR}/quantum.conf |
| 38 | 38 | ||
| 39 | for file in ovs_quantum_plugin.ini linuxbridge_conf.ini | 39 | for file in ovs_quantum_plugin.ini linuxbridge_conf.ini |
| 40 | do | 40 | do |
