aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-quantum
AgeCommit message (Collapse)Author
2013-10-03quantum: update configuration and deployment optionsBruce Ashfield
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>
2013-08-28python-quantum: Changed DB name to ovs_quantumMihai Prica
ovs_quantum is the default name for the quantum DB. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-quantum: Configure postgresql credentialsMihai Prica
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>
2013-08-28python-quantum: Load credentials from the identity classMihai Prica
The configuration files are now automatically created from the templates. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-quantum: Updated db usernameMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-quantum: Changed userMihai Prica
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>
2013-08-28python-quantum: Changed MQ backend to RabbitMQMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-quantum: added 2013.1Mihai Prica
-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>