summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance
Commit message (Collapse)AuthorAgeFilesLines
* glance: update to stable/icehouseBruce Ashfield2014-05-071-0/+30
| | | | | | | | | | | | | | | | | | | | | Updating glance to the icehouse release. Changes include: - patch glance to not load ALL backend modules, only the ones defined in the glance configuration. Without this patch, we must have support for all backends, even if we don't use them. To avoid including support for unused backends .. we prefer to only load used ones. - Add a variable GLANCE_KNOWN_STORES to the recipe, which will be copied into the glance configuration to enable the loading of supported options (as modifed by the first patch). - Change "sql_connection" to the new "connection" directive - Change the "notifier_strategy" to the new "notification_driver" Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* OpenStack: sysvinit scripts - enable loggingAmy Fong2014-03-281-1/+1
| | | | | | | Explicitly enable --log-dir to enable logging where available Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* OpenStack: Add to missing functionality in sysvinit scriptsAmy Fong2014-03-171-2/+18
| | | | | | | | | Add status/reload to sysvinit scripts Modify tgtd to make start/stop work better (borrowed from Debian's implementation) Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-glance: Load credentials from the identity classMihai Prica2013-08-283-588/+0
| | | | | | | The configuration files are now automatically created from the templates. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-glance: Create log directory in initscriptMihai Prica2013-08-281-0/+4
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-glance: Updated db usernameMihai Prica2013-08-282-4/+2
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-nova: Added initscriptMihai Prica2013-08-281-0/+73
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-glance: Changed DB backend to postgresqlMihai Prica2013-08-282-9/+9
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-glance: added 2013.1Mihai Prica2013-08-283-0/+590
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>