summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova
Commit message (Collapse)AuthorAgeFilesLines
* nova.conf: use explicit IPs, less localhost and disable the firewallBruce Ashfield2013-10-031-5/+7
| | | | | | | | | | To allow both a controller and compute node to use the same nova.conf, we can switch in more use of %CONTROLLER_IP% and less use of localhost. We also disable the firewall configuration by default, it can be re-enabled by subsequent layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: split into explicit compute and controller recipesBruce Ashfield2013-08-283-4/+31
| | | | | | | | | | | To allow unique configuration of nova for compute and controller nodes, the nova class is split into two, but packaged largely the same way. The compute and controller classes are introduced to hold configuration values and operations that are used by the common packaging routines to customize and deploy. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-nova: Add quantum settingsMihai Prica2013-08-281-0/+9
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* keystone, nova: Moved environment variables to novaMihai Prica2013-08-281-0/+6
| | | | | | | The keystone package is only installed on a controller node. This way the credentials can be loaded on both types of nodes. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: 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-nova: Load credentials from the identity classMihai Prica2013-08-281-109/+0
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Minor modificationsMihai Prica2013-08-281-7/+1
| | | | | | | | - Removed old comments. - Added glance_host option. This should be used on a compute node. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Updated db usernameMihai Prica2013-08-281-8/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Changed MQ backend to RabbitMQMihai Prica2013-08-281-7/+6
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Updated config file for postgresqlMihai Prica2013-08-281-1/+4
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Added initscriptsMihai Prica2013-08-282-0/+144
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Updated configuration filesMihai Prica2013-08-282-5/+119
| | | | | | | - Added support for RabbitMQ in the nova.conf file. - The api-paste.ini file contains the nova credentials. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: added 2013.1Mihai Prica2013-08-281-0/+48
The configuration files are populated with default options. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>