summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Add hostname to /etc/hosts and point the services to this hostFrancisco Redondo Marchena2015-02-042-3/+3
|
* Revert the change from localhost to 127.0.0.1 done in a previous commitFrancisco Redondo Marchena2015-02-041-4/+4
|
* Enable isolated metadataFrancisco Redondo Marchena2015-01-301-1/+1
|
* Fix neutron, nova and glance configurationFrancisco Redondo Marchena2015-01-275-15/+23
|
* Enable the interface in dhcp_agent.iniFrancisco Redondo Marchena2015-01-231-1/+1
|
* FIXME: Replace localhost by 127.0.0.1 due some errors in some machines - ↵Francisco Redondo Marchena2015-01-234-5/+5
| | | | this should be temporary
* Enable bridge_mappings on ml2_conf pluginFrancisco Redondo Marchena2015-01-231-1/+1
|
* FIXUPME Fix nova_admin_tenant_id in neutron.confPedro Alvarez2015-01-221-1/+1
|
* FIXUPME: Replace authentication parameters in glance and neutronFrancisco Redondo Marchena2015-01-221-4/+1
|
* Fix authentication configuration on neutron confFrancisco Redondo Marchena2015-01-221-4/+6
|
* ON TEST: Enable GRE and flat and remove vlan support for ml2Francisco Redondo Marchena2015-01-221-6/+6
|
* Configure neutron to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-221-1/+2
| | | | | | | | Sqlite does not support some ALTER TABLE required on neutron-db-manage upgrade. Therefore sqlite is not a valid database to use for neutron. NOTE: juno requires to "upgrade" the database from icehouse because "stamp" the database directly to juno does not create all the tables required for using ml2 plugin
* Add api-paste to neutron.confFrancisco Redondo Marchena2015-01-221-1/+1
|
* Enable driver and external networking on neutron/l3_agent.iniFrancisco Redondo Marchena2015-01-221-2/+2
|
* Add missing neutron configuration filesFrancisco Redondo Marchena2015-01-223-0/+35
|
* Fix ml2_conf for one nodeFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Fix rabbit variable-strings in neutron confFrancisco Redondo Marchena2015-01-221-5/+5
|
* WIP: Add configuration to run neutron in one nodeFrancisco Redondo Marchena2015-01-221-1/+10
| | | | | | Configuration gotten from: https://fosskb.wordpress.com/2014/10/18/openstack-juno-on-ubuntu-14-10/ https://fosskb.wordpress.com/2014/06/10/managing-openstack-internaldataexternal-network-in-one-interface/
* Add some configuration to neutron conf to run in one nodeFrancisco Redondo Marchena2015-01-221-26/+31
|
* Add neutron pluginsFrancisco Redondo Marchena2015-01-2232-0/+1722
|
* WIP: Add neutron configuration filesFrancisco Redondo Marchena2015-01-2220-0/+1384