Hide keypair-show error in instack-test-overcloud

This _really_ bothers people. :-)

Change-Id: I353a767cec41dd665eaa94ffb42359c370817cd4
This commit is contained in:
Ben Nemec 2015-03-12 15:21:35 -05:00
parent 563548c7bc
commit 4609e544b6

View File

@ -44,7 +44,7 @@ tripleo wait_for 30 10 neutron agent-list -f csv -c alive -c agent_type -c host
NET_ID=$(neutron net-list -f csv --quote none | grep default-net | cut -d, -f1)
if ! nova keypair-show default 2>&1 1>/dev/null; then
if ! nova keypair-show default 2>/dev/null; then
tripleo user-config
fi