7 lines
158 B
Ruby
7 lines
158 B
Ruby
|
name "os-compute-endpoint-registration"
|
||
|
description "Register Endpoint"
|
||
|
run_list(
|
||
|
"role[os-base]",
|
||
|
"recipe[openstack-compute::identity_registration]"
|
||
|
)
|