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]
This commit is contained in:
jjhua 2013-11-28 13:45:08 -05:00
parent 3f6448b316
commit 54f2ee5abe

View File

@ -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]",