From 465a7215b8722bf53932b92655604eab15eea9d5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Oct 2013 13:52:09 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-nova-compute_2013.1.3.bb | 2 +- .../recipes-devtools/python/python-nova-controller_2013.1.3.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 \ file://openrc \ " -inherit compute update-rc.d +inherit hosts update-rc.d PACKAGES = "${PN} ${SRCNAME}-compute ${SRCNAME}-compute-misc" 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 \ file://openrc \ " -inherit controller update-rc.d +inherit hosts update-rc.d #PACKAGES = "${SRCNAME}-controller ${SRCNAME}-controller-misc" PACKAGES = "${PN} ${PN}-dbg ${SRCNAME}-controller-misc ${SRCNAME}-controller" -- cgit v1.2.3-54-g00ecf