From 2d81c4c7bbc6262b5b5334bf5a8994ea7992b441 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 27 Mar 2019 13:31:57 +0000 Subject: [PATCH] Update the congress service egg name to openstack_congress In https://review.openstack.org/608332 the dist name was changed from 'congress' to 'openstack-congress'. The egg name needs to be updated or the package will fail to install or be usable. Depends-On: https://review.openstack.org/648122 Change-Id: If597b15bb8275dab0f4e627267964435585db896 --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index a07ce0e..6aaeaaf 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -32,7 +32,7 @@ congress_git_repo: https://git.openstack.org/openstack/congress congress_git_install_branch: master congress_upper_constraints_url: "{{ requirements_git_url | default('https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=' ~ requirements_git_install_branch | default('master')) }}" congress_git_constraints: - - "git+{{ congress_git_repo }}@{{ congress_git_install_branch }}#egg=congress" + - "git+{{ congress_git_repo }}@{{ congress_git_install_branch }}#egg=openstack-congress" - "--constraint {{ congress_upper_constraints_url }}" congress_pip_install_args: "{{ pip_install_options | default('') }}" @@ -46,7 +46,7 @@ congress_etc_dir: "/etc/congress" ## Common PIP packages congress_pip_packages: - - congress + - openstack-congress - osprofiler - pymysql - python-congressclient