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

7 lines
131 B
Ruby
Raw Permalink Normal View History

name "os-base"
description "OpenStack Base role"
run_list(
"recipe[openstack-common]",
"recipe[openstack-common::logging]"
)