Update python-rados version in stx-gnocchi build

The stx-gnocchi image directives files specified an older
version of python-rados while waiting for the CEPH upgrade
to be completed. Now that it is complete, the explicit older
version can be dropped.

Change-Id: I61809188e092d8680dc2b85321499f7016d97a8a
Story: 2003605
Task: 30783
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-05-06 17:26:47 -04:00
parent 273a39e009
commit 03ee6113d3
2 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,6 @@ PROJECT=gnocchi
# to using the main repo
PROJECT_REPO=https://github.com/donpenney/gnocchi.git
PIP_PACKAGES="pylint SQLAlchemy SQLAlchemy-Utils oslo.db keystonemiddleware gnocchiclient pymemcache psycopg2"
# python-rados is provided by ceph, so specify an older version to install
DIST_PACKAGES="python-rados-10.2.5"
DIST_PACKAGES="python-rados"
PROFILES="gnocchi apache"

View File

@ -8,7 +8,6 @@ PROJECT=gnocchi
# to using the main repo
PROJECT_REPO=https://github.com/donpenney/gnocchi.git
PIP_PACKAGES="pylint SQLAlchemy SQLAlchemy-Utils oslo.db keystonemiddleware gnocchiclient pymemcache psycopg2"
# python-rados is provided by ceph, so specify an older version to install
DIST_PACKAGES="python-rados-10.2.6"
DIST_PACKAGES="python-rados"
PROFILES="gnocchi apache"