Thursday, May 5, 2016

python-cheetah in rhel7

Facing error related to python-cheetah ( actually a yum installation error during cinder installation).

You need to enable as below:

Source Link:
https://www.rdoproject.org/documentation/repositories/

Enabling the Optional, Extras, and RH Common channels on RHEL

If using RHEL, then RDO needs the OptionalExtras, and RH Common channels to be enabled:

$ sudo subscription-manager repos --enable rhel-7-server-optional-rpms

$ sudo subscription-manager repos --enable rhel-7-server-extras-rpms

$ sudo subscription-manager repos --enable=rhel-7-server-rh-common-rpms


Now, try installing python-cinder.noarch , it should work.
========================================

2 comments:

  1. very helpfull , enabling these repos helped in getting the nova installation done .
    thanks

    ReplyDelete
  2. Same for beaker on RHEL 7. Thanks!

    ReplyDelete