openstack-ansible/rpc_deployment/inventory
Matt Thompson 75b4bbf4fc Change value of SECRET_KEY
Currently SECRET_KEY points to
{ install_lib_dir }}/openstack_dashboard/local/.secret_key_store
however this directory is not writable by www-data:www-data and
attempting to load horizon results in a LockFailed exception being
raised.  Rather than making
{ install_lib_dir }}/openstack_dashboard/local/ writable by
www-data:www-data, we create /var/lib/horizon and point SECRET_KEY to
/var/lib/horizon/.secret_key_stone.
2014-10-23 13:29:24 +01:00
..
group_vars Change value of SECRET_KEY 2014-10-23 13:29:24 +01:00
dynamic_inventory.py Add check to see if a user config was loaded. 2014-10-17 14:03:35 +01:00
hosts Ensure localhost connections don't try to use SSH. 2014-09-08 16:19:11 -05:00