summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-quantum/ovs_quantum_plugin.ini
Commit message (Collapse)AuthorAgeFilesLines
* python-quantum/python-neutron: update to havana versionBruce Ashfield2013-11-251-133/+0
| | | | | | | | Updating the OpenStack networking component to the havana release version. As part of this switch, we rename the components from quantum to neutron and switch to a git based build for the client and servers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* quantum: update configuration and deployment optionsBruce Ashfield2013-10-031-1/+4
| | | | | | | | Replace the controller and compute specific deployment classes with the central "hosts" class, and change the configuration file update routines to use the new values and externally visible IPs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-quantum: Changed DB name to ovs_quantumMihai Prica2013-08-281-1/+1
| | | | | | ovs_quantum is the default name for the quantum DB. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-quantum: Configure postgresql credentialsMihai Prica2013-08-281-1/+1
| | | | | | | The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-quantum: Updated db usernameMihai Prica2013-08-281-1/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-quantum: added 2013.1Mihai Prica2013-08-281-0/+130
-Modified the sample configuration files with necessary credentials. -Created initscript for the quantum server. -Configured the openvswitch and linuxbridge plugin agents. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>