Skip to content
Snippets Groups Projects
Commit 2c36947f authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

Ulteriore modifica per la corretta definizione di

glance-api.conf: show_multiple_locations
glance-registry.conf: registry_host
ATTENZIONE!! e' stata necessaria la modifica del file
modules/glance/manifests/api.pp
parent 90e4f9a7
No related branches found
No related tags found
1 merge request!9Development
......@@ -25,15 +25,20 @@ class iaas::profile::glance (
identity_uri => "http://${endpoint}:35357",
keystone_tenant => 'services',
keystone_user => 'glance',
auth_url => "http://${endpoint}:5000/v2.0",
database_connection => $iaas::resources::connectors::glance,
#Costa - registry_host ???
# registry_host => 'localhost',
registry_host => $endpoint,
# registry_host => $endpoint,
registry_host => '0.0.0.0',
mysql_module => '2.3',
database_idle_timeout => 3600,
os_region_name => $region,
known_stores => ['glance.store.filesystem.Store', 'glance.store.http.Store', 'glance.store.rbd.Store', 'glance.store.cinder.Store'], # 'glance.store.sheepdog.Store', 'glance.store.vmware_datastore.Store', 'glance.store.s3.Store', 'glance.store.swift.Store'
show_image_direct_url => true,
known_stores => ['glance.store.filesystem.Store', 'glance.store.http.Store', 'glance.store.rbd.Store', 'glance.store.cinder.Store'],
# known_stores => ['glance.store.filesystem.Store', 'glance.store.http.Store', 'glance.store.rbd.Store', 'glance.store.cinder.Store'],
# 'glance.store.sheepdog.Store', 'glance.store.vmware_datastore.Store', 'glance.store.s3.Store', 'glance.store.swift.Store'
show_image_direct_url => false,
show_multiple_locations => true,
pipeline => 'keystone',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment