xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-identity-api.rb

7 lines
130 B
Ruby
Raw Normal View History

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