summaryrefslogtreecommitdiff
path: root/openstack
Commit message (Collapse)AuthorAgeFilesLines
* Deallocate IP address from bound interface after bindingRichard Maw2015-03-091-0/+3
| | | | | | If we leave that interface with its address, then the routing table is incorrect, as it will try to send connections out from an interface that cannot handle them.
* After initial switching setup, switch DHCP to external ifaceRichard Maw2015-03-091-0/+15
| | | | | | | | | | After the external interface has been bound to Open vSwitch, we should not attempt to DHCP on it, as it won't receive the DHCP responses. Attempting to DHCP results in startup stalling on network-online.target, because systemd-networkd-wait-online.service looks at every network interface it should configure based on the [Match] sections, and waits for all of them to be configured by systemd-networkd, which will never finish if DHCP is broken.
* Add wait-for-bind script between openvswitch and network-preRichard Maw2015-03-092-0/+17
| | | | | | Ordering openvswitch before networkd is not sufficient alone, because openvswitch doesn't wait for all its initial config to complete before reporting that it has finished starting.
* Start Open vSwitch before network-pre.targetRichard Maw2015-03-091-0/+2
| | | | | | | We want the network links to be configured before we start systemd-networkd, because we have to use ovs instead of networkd's config for the interfaces in OpenStack, but we still want to use networkd to manage DHCP on the interfaces.
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-053-29/+5
| | | | | | Collecting the static files (css, js, png, ...) for horizon, compressing them and storing them in a folder accessible by horizon, fixes the problem when some css are not found and improves loading and navigating the pages.
* Fix Redirect in HorizonZara Zaimeche2015-03-051-1/+3
|
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-03-052-4/+4
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-03-052-1/+2
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-03-051-1/+1
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-051-24/+0
| | | | | | Installing rootwrap filters from their repositories will make easy to deal with updates. Also move neutron rootwrap filters to the right location without duplication.
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-05145-0/+16717