summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-quantum
Commit message (Collapse)AuthorAgeFilesLines
* python-quantum/python-neutron: update to havana versionBruce Ashfield2013-11-255-352/+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-282-2/+2
| | | | | | | 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: Load credentials from the identity classMihai Prica2013-08-281-287/+0
| | | | | | | The configuration files are now automatically created from the templates. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-quantum: Updated db usernameMihai Prica2013-08-282-2/+2
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-quantum: Changed userMihai Prica2013-08-281-1/+1
| | | | | | | The quantum user should be used to run the quantum services. The admin user is not authorized. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-quantum: Changed MQ backend to RabbitMQMihai Prica2013-08-281-5/+5
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-quantum: added 2013.1Mihai Prica2013-08-286-0/+636
-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>