nova: specify glance url proto
If we don't specify the proto, nova-api sends a nice warning about that: No protocol specified in for api_server 'http://localhost:9292'please update [glance] api_servers with fully qualified url including scheme (http / https). Change-Id: Iee5c3a7312954259d75c1125c07ac79bd9bbb1b4
This commit is contained in:
parent
282121a28f
commit
89c74fce55
@ -29,7 +29,7 @@ class openstack_integration::nova {
|
|||||||
rabbit_host => '127.0.0.1',
|
rabbit_host => '127.0.0.1',
|
||||||
rabbit_userid => 'nova',
|
rabbit_userid => 'nova',
|
||||||
rabbit_password => 'an_even_bigger_secret',
|
rabbit_password => 'an_even_bigger_secret',
|
||||||
glance_api_servers => 'localhost:9292',
|
glance_api_servers => 'http://127.0.0.1:9292',
|
||||||
verbose => true,
|
verbose => true,
|
||||||
debug => true,
|
debug => true,
|
||||||
notification_driver => 'messagingv2',
|
notification_driver => 'messagingv2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user