diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-02 13:52:09 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:16:44 -0400 |
| commit | 465a7215b8722bf53932b92655604eab15eea9d5 (patch) | |
| tree | 0c67c436530af7ccf3aa1622594194f4cfb12e6b /meta-openstack | |
| parent | b0f43457991f704bbccb61701adc821a343513a5 (diff) | |
| download | meta-cloud-services-465a7215b8722bf53932b92655604eab15eea9d5.tar.gz | |
nova: use common 'hosts' configuration versus 'controller' and 'compute'
Since external IPs can now be used, we can unify the IP configuration to
the single global file.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova-compute_2013.1.3.bb | 2 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova-controller_2013.1.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova-compute_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-nova-compute_2013.1.3.bb index 234ad48..2511b28 100644 --- a/meta-openstack/recipes-devtools/python/python-nova-compute_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-nova-compute_2013.1.3.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI += "file://nova-compute \ | |||
| 10 | file://openrc \ | 10 | file://openrc \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | inherit compute update-rc.d | 13 | inherit hosts update-rc.d |
| 14 | 14 | ||
| 15 | PACKAGES = "${PN} ${SRCNAME}-compute ${SRCNAME}-compute-misc" | 15 | PACKAGES = "${PN} ${SRCNAME}-compute ${SRCNAME}-compute-misc" |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-nova-controller_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-nova-controller_2013.1.3.bb index 6230ec3..36b5ba3 100644 --- a/meta-openstack/recipes-devtools/python/python-nova-controller_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-nova-controller_2013.1.3.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI += "file://nova-all \ | |||
| 9 | file://openrc \ | 9 | file://openrc \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | inherit controller update-rc.d | 12 | inherit hosts update-rc.d |
| 13 | 13 | ||
| 14 | #PACKAGES = "${SRCNAME}-controller ${SRCNAME}-controller-misc" | 14 | #PACKAGES = "${SRCNAME}-controller ${SRCNAME}-controller-misc" |
| 15 | PACKAGES = "${PN} ${PN}-dbg ${SRCNAME}-controller-misc ${SRCNAME}-controller" | 15 | PACKAGES = "${PN} ${PN}-dbg ${SRCNAME}-controller-misc ${SRCNAME}-controller" |
