Skip to content

Commit

Permalink
Import cfg in loadbalancer_member
Browse files Browse the repository at this point in the history
Change-Id: Ib0c7cfaa50edf68db6bf056a0c61caa0cd5bbdb8
Closes-Bug:#1560741
  • Loading branch information
Senthilnathan Murugappan committed Mar 31, 2016
1 parent e3c3da8 commit 357b0a0
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -14,6 +14,14 @@
except ImportError:
from oslo_utils import uuidutils

try:
from neutron.common.config import cfg
except ImportError:
try:
from oslo.config import cfg
except ImportError:
from oslo_config import cfg

from neutron.common import exceptions as n_exc

from vnc_api.vnc_api import IdPermsType, NoIdError
Expand Down

0 comments on commit 357b0a0

Please sign in to comment.