Merge "Fixed Cirros image provisioning" into juno

This commit is contained in:
Jenkins
2015-03-05 11:08:03 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 3 deletions

View File

@@ -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},

View File

@@ -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'),
}

View File

@@ -12,4 +12,3 @@
disk_format => 'qcow2',
source => $image_source,
}