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
This commit is contained in:
Jesse Pretorius 2019-03-27 13:31:57 +00:00 committed by Jesse Pretorius (odyssey4me)
parent fc3fac1e5c
commit 2d81c4c7bb
1 changed files with 2 additions and 2 deletions

View File

@ -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