use new network roles to update the role os-network

The current os-network.rb is based on the recipe of each network
component.Currently, there are some new roles for each network
component. So I use the new network roles to update the role
os-network.

Change-Id: I6b705b9ff307e08089e6d31a5b57825c22fd0348
Closes-Bug: #1243997
This commit is contained in:
jiehua jin
2013-11-01 05:54:08 +00:00
parent 2bc7716578
commit 59faf73cc0

View File

@@ -3,9 +3,9 @@ description "Configures OpenStack networking, managed by attribute for either no
run_list(
"role[os-base]",
"recipe[openstack-network::identity_registration]",
"recipe[openstack-network::server]",
"recipe[openstack-network::openvswitch]",
"recipe[openstack-network::l3_agent]",
"recipe[openstack-network::dhcp_agent]",
"recipe[openstack-network::metadata_agent]"
"role[os-network-server]",
"role[os-network-openvswitch]",
"role[os-network-l3-agent]",
"role[os-network-dhcp-agent]",
"role[os-network-metadata-agent]"
)