diff --git a/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage.rb b/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage.rb index 5adbfcddf..b9ddae5c7 100644 --- a/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage.rb +++ b/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage.rb @@ -2,5 +2,7 @@ name "os-block-storage" description "Configures OpenStack block storage, configured by attributes." run_list( "role[os-base]", - "recipe[openstack-block-storage]" + "role[os-block-storage-api]", + "role[os-block-storage-scheduler]", + "role[os-block-storage-volume]", )