Removing occurrences of 'designate' and 'dns'.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from __future__ import print_function
|
||||
import logging
|
||||
|
||||
from tatuclient.v2 import client
|
||||
from tatuclient.v1 import client
|
||||
from tatuclient import exceptions
|
||||
from tatuclient import shell
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import logging
|
||||
|
||||
from tatuclient.v2 import client
|
||||
from tatuclient.v1 import client
|
||||
from tatuclient import exceptions
|
||||
from tatuclient import shell
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import logging
|
||||
|
||||
from tatuclient import exceptions
|
||||
from tatuclient import shell
|
||||
from tatuclient.v2 import client
|
||||
from tatuclient.v1 import client
|
||||
|
||||
from keystoneauth1.identity import generic
|
||||
from keystoneauth1 import session as keystone_session
|
||||
|
||||
@@ -6,7 +6,7 @@ from keystoneauth1 import session as keystone_session
|
||||
|
||||
from tatuclient import exceptions
|
||||
from tatuclient import shell
|
||||
from tatuclient.v2 import client
|
||||
from tatuclient.v1 import client
|
||||
|
||||
|
||||
logging.basicConfig(level='DEBUG')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import logging
|
||||
import uuid
|
||||
|
||||
from tatuclient.v2 import client
|
||||
from tatuclient.v1 import client
|
||||
from tatuclient import shell
|
||||
from tatuclient import utils
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from keystoneauth1.identity import generic
|
||||
from keystoneauth1 import session as keystone_session
|
||||
|
||||
from tatuclient import shell
|
||||
from tatuclient.v2 import client
|
||||
from tatuclient.v1 import client
|
||||
|
||||
logging.basicConfig(level='DEBUG')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user