Merge "Include 'role[os-image-upload]' to upload images"
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
name "os-image"
|
||||
description "Roll-up role for Glance."
|
||||
name 'os-image'
|
||||
description 'Roll-up role for Glance.'
|
||||
run_list(
|
||||
"recipe[openstack-image::identity_registration]",
|
||||
"role[os-image-api]",
|
||||
"role[os-image-registry]"
|
||||
'recipe[openstack-image::identity_registration]',
|
||||
'role[os-image-api]',
|
||||
'role[os-image-registry]',
|
||||
'role[os-image-upload]'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user