Fixes the non-existent exception NoTokenLookupException
Found that troveclient.client raises a non-existent exception, resolved the same. Change-Id: I678cf6c1d82aca07fc950032bc6d5de55f8f52b8 Closes-Bug: #1454783
This commit is contained in:
@@ -26,8 +26,8 @@ import requests
|
|||||||
|
|
||||||
from keystoneclient import adapter
|
from keystoneclient import adapter
|
||||||
from oslo_utils import importutils
|
from oslo_utils import importutils
|
||||||
|
from troveclient import exceptions
|
||||||
from troveclient.openstack.common.apiclient import client
|
from troveclient.openstack.common.apiclient import client
|
||||||
from troveclient.openstack.common.apiclient import exceptions
|
|
||||||
from troveclient import service_catalog
|
from troveclient import service_catalog
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user