summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service
Commit message (Collapse)AuthorAgeFilesLines
* nova and neutron: Start db-setup services after config-setup servicesFrancisco Redondo Marchena2015-04-211-1/+1
| | | | | | | | | openstack-{nova,neutron}-db-setup.services need to run after openstack-{nova,neutron}-config-setup.services because the latter create the nova and neutron system users used in the formers. Change-Id: I4152b8dc16fe2181de83f5732b58d3f1072811e9
* OpenStack: Split nova into control and computeRichard Maw2015-04-171-0/+12
This adds NOVA_ENABLE_{CONTROLLER,COMPUTE}. Both are enabled by deafult, but if CONTROLLER is enabled but COMPUTE isn't, then the conductor service is enabled. Change-Id: I523a7270d4afdcd1e2a30eaac42ea499581fe971