Merge "Add default region inherited by other cookbooks."

This commit is contained in:
Jenkins 2014-02-19 20:05:05 +00:00 committed by Gerrit Code Review
commit f0185032c9

View File

@ -267,6 +267,9 @@ default['openstack']['endpoints']['orchestration-api-cloudwatch']['bind_interfac
# default['openstack']['endpoints']['orchestration-api-cfn']['uri'] = 'https://orchestration.example.com:8000/v1'
# default['openstack']['endpoints']['orchestration-api-cloudwatch']['uri'] = 'https://orchestration.example.com:8003/v1'
# Set a default region that other regions are set to - such that changing the region for all services can be done in one place
default['openstack']['region'] = 'RegionOne'
# logging.conf list keypairs module_name => log level to write
default['openstack']['logging']['ignore'] = { 'nova.api.openstack.wsgi' => 'WARNING',
'nova.osapi_compute.wsgi.server' => 'WARNING' }