From 54f2ee5abe1edf841bacba3b4f979677cd35b2f4 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 28 Nov 2013 13:45:08 -0500 Subject: [PATCH] add the role[os-network-dhcp-agent] into os-compute-single-controller.rb . It could be used to allocate IP for the nova VMs when using role[allinone-compute] --- .../grizzly-xcat/roles/os-compute-single-controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-compute-single-controller.rb b/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-compute-single-controller.rb index 1e2cfada6..7ed7be120 100644 --- a/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-compute-single-controller.rb +++ b/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-compute-single-controller.rb @@ -6,6 +6,7 @@ run_list( "role[os-ops-messaging]", "role[os-identity]", "role[os-network-server]", + "role[os-network-dhcp-agent]", "role[os-compute-scheduler]", "role[os-compute-api]", "role[os-compute-cert]",