Use osc-lib instead of openstackclient

osc-lib is a package of common support modules for writing
OSC plugins.  all common functions, classes such as exceptions,
utils, logs and so on have been moved from openstackclient to
osc-lib.

So use osc-lib instead of openstackclient

Depends-On: I095209c241876c6ab48595962e07144fc5cc34a6
Change-Id: Id864c001b35c2ff3f3d92cdd8df97d0206c607c3
This commit is contained in:
Jon Schlueter 2016-07-18 15:16:32 -04:00
parent 54b396cd76
commit db33c2c561
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from openstackclient.common import utils
from osc_lib import utils
DEFAULT_ALARMING_API_VERSION = '2'

View File

@ -4,6 +4,7 @@
pbr<2.0,>=1.4
cliff!=1.16.0,>=1.14.0 # Apache-2.0
osc-lib>=1.0.1 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0