rdo python-editor dependency failure on install
I'm installing on CentOS 7.0 and following the RDO installation guide.
Basically the install is failing with:
PuppetError: Error appeared during Puppet run: 192.168.1.102_keystone.pp Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-keystone' returned 1: Error: Package: python-alembic-0.8.3-3.el7.noarch (openstack-liberty)
When I try to install python-alembic manually I get:
--> Finished Dependency Resolution Error: Package: python-alembic-0.8.3-3.el7.noarch (openstack-liberty) Requires: python-editor
I've searched high and low for a python-editor package but haven't found it. I did find https://github.com/fmoo/python-editor. But even after installing it via a python egg?? The dependency still fails. Interestingly enough I couldn't find this issue on RDO's website.
Any ideas on how to install python-editor?
having the same issue.. tried a bunch of different stuff.
This is also happening for my environment when trying to spin up openstack via packstack allinone. I was not getting this error previously for liberty version.