resource2 is depracted, use resource

Change-Id: I6870d129e4241377ab28d9fb9c4963e87845f5a5
This commit is contained in:
Gary Kotton 2018-02-13 06:23:50 -08:00
parent d126c5c69f
commit d13ac26f07
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"""Project Plugin mapping action implementations"""
from openstack.network import network_service
from openstack import resource2 as resource
from openstack import resource
from openstackclient.i18n import _
from osc_lib.command import command
from osc_lib import utils