summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/swift-controller-setup.service
Commit message (Collapse)AuthorAgeFilesLines
* openstack: add network-online dependency to some systemd unitsTiago Gomes2015-05-011-1/+2
| | | | | | To use keystone and postgres the network needs to be online. Change-Id: Iaa0ed242b9cadca2bc8519cbc00e6cc9ea4745b4
* openstack: add missing RemainAfterExit=yesTiago Gomes2015-05-011-0/+1
| | | | Change-Id: I88e3e3e0f2b94b1ee84c706a29a439a09f370e8e
* 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
* Move postgres-server configuration out of keystone-setupTiago Gomes2015-04-241-1/+1
| | | | | | | | | Otherwise postgres-server and keystone-setup services will initially fail, as keystone-setup needs a postgres-server running to succeed, but the postgres-server can only run after some configuration, which was previously being done by keystone-setup. Change-Id: I2d649d494cb54119e3b9bd3d9f6deb46bfb2dd12
* Add configuration for swift controller nodeRichard Ipsum2015-04-161-0/+11
This adds configuration needed to deploy a swift proxy-server that uses keystone for authentication. Change-Id: I038180e2d1e16f1f612986ca9db241ce05afa84c