Remove python-rbd and python-rados installation

Those packages were added since we assumed Ceph support. Since it is not there
yet, those packages are not needed, thus removing them makes live easier and
saves a kitten.

When adding them back, please recheck the status of upstream Ceph issue:
http://tracker.ceph.com/issues/5900
Those are the efforts to bring PyPi support to Ceph distribution.

Change-Id: Idfd6aa8764220787e9376de709f017d0c537baf6
This commit is contained in:
Aleksandr Mogylchenko 2016-09-09 14:33:09 +02:00
parent e3d08945d8
commit 6567a98a96
1 changed files with 0 additions and 5 deletions

View File

@ -8,8 +8,3 @@ RUN useradd --user-group glance \
&& mkdir -p /var/lib/glance /etc/glance \
&& chown -R glance: /var/lib/glance \
&& cp -r /glance/etc/* /etc/glance
RUN apt-get -y install --no-install-recommends \
python-rbd \
python-rados \
&& apt-get clean