summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/openstack-neutron-setup
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Add hostname to /etc/hosts and point the services to this hostFrancisco Redondo Marchena2015-02-041-1/+1
|
* Remove the manual enable of the neutron services this is done now in ↵Francisco Redondo Marchena2015-01-301-29/+7
| | | | deployment time
* FIXME: Replace localhost by 127.0.0.1 due some errors in some machines - ↵Francisco Redondo Marchena2015-01-231-1/+1
| | | | this should be temporary
* FIXUPME: Replace quotes by double quotes in sed command in neutron-setup scriptFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME Fix nova_admin_tenant_id in neutron.confPedro Alvarez2015-01-221-0/+4
|
* FIXUPME: Fix neutron description for keystone service-create and add regionFrancisco Redondo Marchena2015-01-221-2/+3
|
* Configure neutron to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-221-9/+24
| | | | | | | | 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
* Strip openvswitch services and configuration from neutronFrancisco Redondo Marchena2015-01-221-50/+2
| | | | | | | Openvswitch should have its own setup and daemon services independent of neutron. NOTE: This fixes the errors when neutron uses openvswitch commands as root because openvswitch services are run as root.
* FIXUPME: Remove duplicated lanesFrancisco Redondo Marchena2015-01-221-3/+0
|
* FIXME: Fix neutron database commands and add openvswitch configurationFrancisco Redondo Marchena2015-01-221-1/+34
|
* WIP: Add configuration to run neutron in one nodeFrancisco Redondo Marchena2015-01-221-0/+22
| | | | | | 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/
* FIXUPME: Remove neutron RegionFrancisco Redondo Marchena2015-01-221-2/+1
|
* Add neutron servicesFrancisco Redondo Marchena2015-01-221-0/+94