osc-lib: utils

Use osc-lib directly for utils.

Leave openstackclient.common.utils for deprecation period.

Change-Id: I5bd9579abc4e07f45219ccd0565626e6667472f7
This commit is contained in:
Dean Troyer
2016-05-13 16:14:09 -05:00
parent d20c863ebc
commit e5e29a8fef
113 changed files with 185 additions and 548 deletions
doc/source
openstackclient
api
common
compute
identity
image
network
object
shell.py
tests
volume

@ -15,8 +15,9 @@
"""Fixed IP action implementations"""
from osc_lib import utils
from openstackclient.common import command
from openstackclient.common import utils
class AddFixedIP(command.Command):