Include the recipe identity_registration in os-bare-metal-api role

Change-Id: I078d4fd77505677910496972d8fcba231770c7ae
Closes-bug: #1431198
This commit is contained in:
wenchma 2015-03-12 15:37:18 +08:00 committed by Ma Wen Cheng
parent 2deee806c5
commit 8316f7e93b

View File

@ -9,7 +9,8 @@
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-bare-metal::api]"
"recipe[openstack-bare-metal::api]",
"recipe[openstack-bare-metal::identity_registration]"
],
"env_run_lists": {
}