summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-config-setup.service
Commit message (Collapse)AuthorAgeFilesLines
* Depend on openstack-keystone-setupTiago Gomes2015-04-241-1/+1
| | | | | | | | | | Depending on openstack-keystone is wrong, as the admin user, admin tenant, admin role, service tenant and endpoint, are only created after starting and enabling the openstack-keystone service. Not having those created will cause keystone commands executed by some Ansible scripts to fail. Change-Id: I54288f3de2814dbb6639a894d55d7395f052a428
* OpenStack: Split nova into control and computeRichard Maw2015-04-171-0/+11
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