summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_2013.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* openstack: update to 2013.1.3 releaseBruce Ashfield2013-08-281-174/+0
| | | | | | | Updating cinder/glanc/swift/horizon/nova/keystone/quantum to the 2013.1.3 bugfix release. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone, nova: Moved environment variables to novaMihai Prica2013-08-281-2/+5
| | | | | | | 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: Minor refactoringMihai Prica2013-08-281-3/+14
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Configure postgresql credentialsMihai Prica2013-08-281-1/+4
| | | | | | | 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-6/+10
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* nova, glance, keystone, quantum: Make sure postgres is runningMihai Prica2013-08-281-0/+8
| | | | | | | | | | To initialize the databases the openstack components require that the postgresql server is running. Because there is no guarantee to the order in which postinstalls are run, the postinstalls first check to see if postgresql is running, and start it if it's not. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Cleaned old commentsMihai Prica2013-08-281-2/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Removed commentsMihai Prica2013-08-281-2/+0
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Added initscriptsMihai Prica2013-08-281-3/+17
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Split package into multiple componentsMihai Prica2013-08-281-8/+23
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Change DB backend to postgresMihai Prica2013-08-281-4/+2
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Updated configuration filesMihai Prica2013-08-281-5/+4
| | | | | | | - 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: Solved nova-rootwrap errorMihai Prica2013-08-281-1/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: added 2013.1Mihai Prica2013-08-281-0/+122
The configuration files are populated with default options. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>