7 lines
122 B
Ruby

name "os-image"
description "Roll-up role for Glance."
run_list(
"role[os-image-registry]",
"role[os-image-api]",
)