7 lines
130 B
Ruby

name "os-identity-api"
description "Keystone API service"
run_list(
"role[os-base]",
"recipe[openstack-identity::server]"
)