summaryrefslogtreecommitdiff
path: root/openstack/etc/nova/nova.conf
Commit message (Collapse)AuthorAgeFilesLines
* openstack: Disable nova firewall managementbaserock/richardmaw/openstack-v4/reliabilityRichard Maw2015-03-201-1/+1
| | | | | | | | | | | | | | This should be handled by neutron, and except for the mis-configuration, it should have been. However, since both neutron and nova were configured to handle firewalling, they would both install their firewall rules into iptables, and it would be random which one would be used as either service is likely to start before the other and install their hook first. The result being that we'd randomly not be able to reach VMs after a reboot, unless we'd installed the same firewall rules in both nova and neutron.
* Enable nova serial console accessRichard Maw2015-03-091-0/+8
| | | | | | This allows the local system to access the serial console using https://github.com/larsks/novaconsole/, so it's possible to debug whether the system has network access.
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-051-0/+631