Remove boot-stacks dependency on openstack-db

Everything provided by the openstack-db element is already done in the
boot-stack elemnt or one of it dependencies. So it shouldn't be included
as a dependency.

The only piece that is missing is the line the installs the cinder
service because boot-stack doesn't depend on cinder. The cinder element
currently seems to not be working. So I'm placing that line to install the
cinder service in the boot-stack element, this can be removed again once
the cinder element is working.

This will allow me to make progress on using the new source-interface,
as multiple elements will no longer be adding the same service.

Change-Id: I808a580cb8731c83fff6dd50e72db4a29150a74e
This commit is contained in:
Derek Higgins
2013-07-02 16:03:03 +01:00
parent d9a4ea36e1
commit f57f6adc1a
2 changed files with 5 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ keystone
glance
nova-api
nova-compute
openstack-db
quantum-server
quantum-openvswitch-agent
heat-api

View File

@@ -62,6 +62,11 @@ fi
sed -i 's/127.0.0.1/0.0.0.0/g' $my_cnf
# Remove this once the cinder element can be added as a dependency of this element.
# https://bugs.launchpad.net/tripleo/+bug/1197048
# https://bugs.launchpad.net/tripleo/+bug/1197371
os-svc-install -u cinder -r https://github.com/openstack/cinder.git
function deps {
if hash apt-get &> /dev/null; then
apt-get update