summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd
Commit message (Collapse)AuthorAgeFilesLines
* Add configuration for swift controller nodebaserock/richardipsum/openstack-swift-act-II-scene-IIRichard Ipsum2015-04-102-0/+24
| | | | | | | This adds configuration needed to deploy a swift proxy-server that uses keystone for authentication. Change-Id: I96b11e0bf88939dc607ec4b6aa1fd16c6be8048f
* openstack: Add Wants=network-online.target to everything that ordered After= ↵Richard Maw2015-04-1024-1/+24
| | | | | | | | | on it network-online.target isn't brought in by default, so we need to explicitly do so. Change-Id: Id2c764a41bd2940ac735fe2fce4fd81210857503
* openstack: order services after network-online.target instead of network.targetRichard Maw2015-04-1017-17/+17
| | | | | | | We always meant the latter, and it just happened that we previously depended on something that also meant that. Change-Id: I7371e0974a0e02f3a92a6ebc174b6d372b8068f1
* openstack-network: Add service to run network.yml setup scriptsPedro Alvarez2015-04-103-1/+13
| | | | | openvswitch-setup now is oneshot because openstack-network needs to wait for it. Some other changes were needed to meet this change.
* neutron: Move setup scripts to AnsiblePedro Alvarez2015-04-102-20/+3
| | | | Also change systemd units and configure extension to match this change
* openvswitch: Change scripts to meet change in ovs instalationPedro Alvarez2015-04-101-1/+1
|
* openvswitch: Move setup scripts to Ansible.Pedro Alvarez2015-04-102-14/+2
| | | | Also change systemd units and configure extension to match this change
* nova: Move setup scripts to Ansible.Pedro Alvarez2015-04-101-4/+2
| | | | Also change systemd units and configure extension to match this change
* Move systemd units to /usr/lib/systemd/system as defined in systemd ↵Francisco Redondo Marchena2015-04-1035-0/+433
documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information