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:
Emilien Macchi 2016-02-22 18:19:11 -05:00
parent 282121a28f
commit 89c74fce55

View File

@ -29,7 +29,7 @@ class openstack_integration::nova {
rabbit_host => '127.0.0.1',
rabbit_userid => 'nova',
rabbit_password => 'an_even_bigger_secret',
glance_api_servers => 'localhost:9292',
glance_api_servers => 'http://127.0.0.1:9292',
verbose => true,
debug => true,
notification_driver => 'messagingv2',