diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-04-05 17:55:25 +0400 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-06 21:19:31 +0000 |
commit | e3a3c672308953bec50e506f5f9d5ee8a73a0d0e (patch) | |
tree | d2a979a71b0467fcacc0e2c8a3a8e77d05c247a7 /mcp/config/states/opendaylight | |
parent | d673b5b75a803ee1484c39f544fff2ac8b81cac6 (diff) |
Update opendaylight version to oxygen
JIRA: FUEL-362
Change-Id: Ib2621bca72d1ba376af5d369edcf5fcf37e9788b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit c1889c963bbe9b21645057e6e9cfcbe9c5f6434d)
Diffstat (limited to 'mcp/config/states/opendaylight')
-rwxr-xr-x | mcp/config/states/opendaylight | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mcp/config/states/opendaylight b/mcp/config/states/opendaylight index ae25ffcf4..1dd220e89 100755 --- a/mcp/config/states/opendaylight +++ b/mcp/config/states/opendaylight @@ -19,7 +19,3 @@ function odl() { salt -I 'opendaylight:server' state.sls opendaylight wait_for 20 "salt --out yaml -C 'I@neutron:server and *01*' network.connect $(odl bind_ip) $(odl rest_port) | fgrep -q 'result: true'" -salt -I 'opendaylight:server' service.restart opendaylight - -# settle down neutron api and agents -sleep 180 |