summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-config-setup.service
Commit message (Collapse)AuthorAgeFilesLines
* openstack: nova-config-setup does not require keystoneTiago Gomes2015-05-011-1/+0
| | | | Change-Id: Ia1107891c479d4faf13ba1d85564171519a8fc80
* openstack: add missing RemainAfterExit=yesTiago Gomes2015-05-011-0/+1
| | | | Change-Id: I88e3e3e0f2b94b1ee84c706a29a439a09f370e8e
* openstack: add missing ConditionPathExistsTiago Gomes2015-05-011-1/+1
| | | | | | | | And fix some existing as well. Generate a separate postgres.conf file so that we don't have to reference keystone on the postgres setup systemd unit and Ansible script. Change-Id: I0bb4428b7e88a508a37d1d43ddcd266369b05cd2
* 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