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