I've manually compiled python-keystoneauth1 using the spec from
the
delorean repos and installed that, and have installed
python-openstackclient. Now when I attempt to run
openstack undercloud install
I get the following error
$ openstack undercloud install
The plugin osc_password could not be found
Is another packaging missing, or is this more likely a missing
dependency that should be getting pulled in by python-openstackclient?
I got the same error last night and that's why I didn't merge keystoneauth1
into rdoinfo yet:
https://github.com/redhat-openstack/rdoinfo/pull/92
It was actually os-client-config which was producing backtrace w/o
keystoneauth1, now debugging further...
Alan