Fix grep command into neutron agent-list

Change-Id: I79295020bb663b248368c19ca6039ebcf946420b
This commit is contained in:
Mathieu Bultel 2015-07-06 14:31:23 +02:00
parent 070ec7527b
commit df1ef382dc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fi
tripleo wait_for 30 10 nova service-list --binary nova-compute 2\>/dev/null \| grep 'enabled.*\ up\ '
tripleo wait_for 30 10 neutron agent-list -f csv -c alive -c agent_type -c host \| grep "\":-).*Open vSwitch agent.*novacompute\""
tripleo wait_for 30 10 neutron agent-list -f csv -c alive -c agent_type -c host \| grep "\":-).*Open vSwitch agent.*compute\""
# source $TRIPLEO_ROOT/overcloudrc-user