diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-06 12:27:56 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-06 13:00:20 +0400 |
commit | 911afead7d1f3ff1cf1b3c44f282e80140d45785 (patch) | |
tree | e0e7178626e9a37e7921a37acbb4a70f481d7272 /mcp/config/states/networks | |
parent | de6a685915bc8bd5444217bca511da35c94b4d59 (diff) |
Enable cinder volume service
Change-Id: I29ad8fc0e504779184fdf3795dc82ce1b031dbf8
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config/states/networks')
-rwxr-xr-x | mcp/config/states/networks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/config/states/networks b/mcp/config/states/networks index 10f71c213..acb039e2a 100755 --- a/mcp/config/states/networks +++ b/mcp/config/states/networks @@ -1,3 +1,3 @@ -salt 'ctl01*' cmd.run ". /root/keystonercv3; openstack compute service list; openstack network agent list; openstack stack list; openstack volume list" +salt 'ctl01*' cmd.run ". /root/keystonercv3; openstack compute service list; openstack network agent list; openstack stack list; openstack volume service list" salt 'ctl01*' cmd.run ". /root/keystonercv3; openstack network create --share --external --provider-network-type flat --provider-physical-network physnet1 floating_net" salt 'ctl01*' cmd.run ". /root/keystonercv3; openstack subnet create --gateway 10.16.0.1 --no-dhcp --allocation-pool start=10.16.0.130,end=10.16.0.254 --network floating_net --subnet-range 10.16.0.0/24 floating_subnet" |