[Crowbar] Recipe glance::common bad?
Gregory_Althaus at Dell.com
Gregory_Althaus at Dell.com
Thu Nov 10 01:19:42 CST 2011
You need to create a keystone proposal and apply it first. I think. It looks like that was missing from the proposal below.
With the latest code, the bring up order for nova is:
Mysql
Keystone
Nova Dashboard
Glance
Nova
And by latest code, I mean code I’m going to check into github in the next 30 minutes.
Thanks,
Greg
From: jassinpain at gmail.com [mailto:jassinpain at gmail.com]
Sent: Wednesday, November 09, 2011 11:09 PM
To: Abes, Andi
Cc: Althaus, Gregory; crowbar
Subject: Re: [Crowbar] Recipe glance::common bad?
I just accepted the default, mysql
Sorry responded earlier today, but system rejected my response due to size.
{
"working_directory": "/var/lib/glance",
"default_store": "file",
"swift_store_user": "glance_user",
"swift_store_key": "glance_key",
"swift_store_container": "glance",
"api": {
"bind_port": 9292,
"log_file": "/var/log/glance/api.log",
"verbose": true,
"bind_open_address": false,
"config_file": "/etc/glance/glance-api.conf",
"debug": false
},
"scrubber": {
"log_file": "/var/log/glance/scrubber.log",
"verbose": true,
"config_file": "/etc/glance/glance-scrubber.conf",
"debug": false
},
"image_cache_datadir": "/var/lib/glance/image-cache",
"image_cache_stall_timeout": 86400,
"notifier_strategy": "noop",
"reaper": {
"log_file": "/var/log/glance/reaper.log",
"verbose": true,
"config_file": "/etc/glance/glance-reaper.conf",
"debug": false
},
"registry": {
"bind_port": 9191,
"log_file": "/var/log/glance/registry.log",
"verbose": true,
"bind_open_address": false,
"config_file": "/etc/glance/glance-registry.conf",
"debug": false
},
"swift_store_auth_address": "127.0.0.1:8080/v1.0",
"pid_directory": "/var/run/glance",
"sql_idle_timeout": 3600,
"keystone_instance": "",
"database": "mysql",
"prefetcher": {
"log_file": "/var/log/glance/prefetcher.log",
"verbose": true,
"config_file": "/etc/glance/glance-prefetcher.conf",
"debug": false
},
"use_syslog": false,
"swift_store_create_container_on_put": false,
"sqlite_connection": "sqlite:////var/lib/glance/glance.sqlite",
"enable_caching": false,
"image_cache_grace_period": 3600,
"mysql_instance": "",
"pruner": {
"log_file": "/var/log/glance/pruner.log",
"verbose": true,
"config_file": "/etc/glance/glance-pruner.conf",
"debug": false
},
"filesystem_store_datadir": "/var/lib/glance/images",
"use_keystone": true
}
--
Joshua Miller
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.us.dell.com/pipermail/crowbar/attachments/20111110/8eb9abf9/attachment.html
More information about the Crowbar
mailing list