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:
parent
3f6448b316
commit
54f2ee5abe
@ -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]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user