summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>