summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* openstack: update to 2013.1.3 releaseBruce Ashfield2013-08-281-103/+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: add openrc fileBruce Ashfield2013-08-281-1/+2
| | | | | | Create the default openrc file for the keystone python install. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* keystone, nova: Moved environment variables to novaMihai Prica2013-08-281-1/+0
| | | | | | | 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>
* identity: Set ADMIN_PASSWORD from identity classMihai Prica2013-08-281-2/+2
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-keystone: Remove old commentsMihai Prica2013-08-281-3/+0
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-keystone: Configure postgresql credentialsMihai Prica2013-08-281-2/+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>
* identity.bbclass: Added new classMihai Prica2013-08-281-2/+4
| | | | | | | | | | Each service(nova, glance, cinder...) has its own keystone user. These users are created in a postinstall for the keystone package. This new class is used to store some of the credentials used by keystone and all packages will inherit this class and create the appropriate configuration files. 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-keystone: Cleaned old comments and decreased sleepMihai Prica2013-08-281-3/+2
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-keystone: Added initscriptMihai Prica2013-08-281-1/+11
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-keystone: Split package into multiple componentsMihai Prica2013-08-281-2/+12
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-keystone: Initialized Identity ServiceMihai Prica2013-08-281-0/+12
| | | | | | | | | The identity.sh script creates all the users and other configurations for the openstack services. The openrc file contains some environment variables that are used by the openstack CLI commands. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-keystone: Changed DB backend to postgresqlMihai Prica2013-08-281-0/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-keystone: added 2013.1Mihai Prica2013-08-281-0/+62
The configuration file contains default options. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>