Merge "fix database-api endpoint path, it's actually 'v1.0'"
This commit is contained in:
commit
17cee2d238
@ -365,7 +365,7 @@ default['openstack']['endpoints']['database-api-bind']['bind_interface'] = nil
|
||||
default['openstack']['endpoints']['database-api']['host'] = node['openstack']['endpoints']['host']
|
||||
default['openstack']['endpoints']['database-api']['scheme'] = 'http'
|
||||
default['openstack']['endpoints']['database-api']['port'] = '8779'
|
||||
default['openstack']['endpoints']['database-api']['path'] = '/v1'
|
||||
default['openstack']['endpoints']['database-api']['path'] = '/v1.0'
|
||||
default['openstack']['endpoints']['database-api']['bind_interface'] = nil
|
||||
|
||||
# Alternately, if you used some standardized DNS naming scheme, you could
|
||||
|
Loading…
Reference in New Issue
Block a user