diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/PR_revision.log | 3 | ||||
-rwxr-xr-x | ci/dev_deploy_check.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log index de684ef5..fa978dfe 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -16,3 +16,6 @@ 40,Move mongo to step 1 42, congress typo 44,Fixes nova host/ip bug +43,Add support for live migration and resize +41,Add pcs cleanup exec +50,Fix rabbitmq ipv6 config
\ No newline at end of file diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh index 831ff1fd..68a9ac2b 100755 --- a/ci/dev_deploy_check.sh +++ b/ci/dev_deploy_check.sh @@ -45,3 +45,6 @@ done # Make sure jinja2 is installed easy_install-3.4 jinja2 + +# TODO(cgoncalves): remove once congress RPM is downloaded from upstream +easy_install-3.4 tox |