diff --git a/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image b/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image index 2af1e991..36b14873 100644 --- a/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image +++ b/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image @@ -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" diff --git a/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image b/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image index 6be0c062..36b14873 100644 --- a/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image +++ b/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image @@ -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"