summaryrefslogtreecommitdiff
path: root/openstack-nova.configure
Commit message (Collapse)AuthorAgeFilesLines
* 27 patch commentsPedro Alvarez2015-04-021-1/+1
|
* nova: Move setup scripts to Ansible.Pedro Alvarez2015-04-021-23/+74
| | | | 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-021-2/+2
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* Don't enable libvirt-guests.serviceRichard Maw2015-03-231-1/+0
| | | | | | | We don't think it's necessary, and it sometimes races with nova-compute.service, failing if certain network devices aren't created yet, so let's see if Nova should be the one starting the machines up at boot time.
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-231-8/+0
|
* WIP: Add OpenStack initial configurationRichard Maw2015-03-231-0/+74
TODO: Split this out into: 1. initial config (openstack/etc) default values 2+. as many individual changes to initial config as possible to extract, including support scripts and configuration extensions