oslo.config import should be updated

Bug #1507479 reported by Atsushi SAKAI
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pypowervm
Opinion
Undecided
Unassigned

Bug Description

oslo.config import should be updated
for oslo_config NOT oslo.config

import "oslo.config" is not available from 2.0.

Revision history for this message
Kyle L. Henderson (kyleh) wrote :

The code in github is not using oslo.config any longer. You're probably seeing this because you're pulling the code via pip. We haven't released an update since 06-30-2015. Significant changes have gone into github since then. We plan to push out an update to pypi in the near future but until then you can clone the code from https://github.com/pypowervm/pypowervm and use 'pip install -e <clone-directory>' to install it. I'd recommend using a python virtual environment when doing this.

Here's an example:

>virtualenv venv-pypowervm
>source venv-pypowervm/bin/activate
>git clone https://github.com/pypowervm/pypowervm
>pip install -e pypowervm

Revision history for this message
Atsushi SAKAI (sakaia) wrote :

Thank you.
It works fine.

Revision history for this message
Atsushi SAKAI (sakaia) wrote :

I added github enrty for config reference generation list.
https://review.openstack.org/#/c/237851/

Atsushi SAKAI (sakaia)
Changed in pypowervm:
status: New → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.