Merge "Fixed Cirros image provisioning" into juno
This commit is contained in:
@@ -58,7 +58,7 @@ def initConfig(controller):
|
||||
"MASK_INPUT": False,
|
||||
"LOOSE_VALIDATION": False,
|
||||
"CONF_NAME": "CONFIG_KEYSTONE_REGION",
|
||||
"USE_DEFAULT": True,
|
||||
"USE_DEFAULT": False,
|
||||
"NEED_CONFIRM": False,
|
||||
"CONDITION": False},
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ class { 'glance::api':
|
||||
database_connection => "mysql://glance:${glance_ks_pw}@${glance_mariadb_host}/glance",
|
||||
verbose => true,
|
||||
debug => hiera('CONFIG_DEBUG_MODE'),
|
||||
os_region_name => hiera('CONFIG_KEYSTONE_REGION')
|
||||
}
|
||||
|
||||
class { 'glance::registry':
|
||||
@@ -21,4 +22,3 @@ class { 'glance::registry':
|
||||
verbose => true,
|
||||
debug => hiera('CONFIG_DEBUG_MODE'),
|
||||
}
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@
|
||||
disk_format => 'qcow2',
|
||||
source => $image_source,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user