Fix the name of the CI log for reconfigure
The reconfigure output was previously overwriting the post-deploy output. Change-Id: Idada4b0b1d34b6a37a99f022407c74aff043497a
This commit is contained in:
parent
e71df7dbae
commit
c71de0e2c9
@ -159,7 +159,7 @@ function test_openstack {
|
||||
|
||||
# TODO(jeffrey4l): make some configure file change and
|
||||
# trigger a real reconfigure
|
||||
tools/kolla-ansible -i ${RAW_INVENTORY} -vvv reconfigure > /tmp/logs/ansible/post-deploy
|
||||
tools/kolla-ansible -i ${RAW_INVENTORY} -vvv reconfigure > /tmp/logs/ansible/reconfigure
|
||||
# TODO(jeffrey4l): need run a real upgrade
|
||||
tools/kolla-ansible -i ${RAW_INVENTORY} -vvv upgrade > /tmp/logs/ansible/upgrade
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user