Removing occurrences of 'designate' and 'dns'.

This commit is contained in:
Pino de Candia
2018-01-25 03:51:17 -06:00
parent 2f684da0aa
commit f51eb96394
75 changed files with 1093 additions and 1925 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
import logging
from tatuclient.v2 import client
from tatuclient.v1 import client
from tatuclient import exceptions
from tatuclient import shell

View File

@@ -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

View File

@@ -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')

View File

@@ -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

View File

@@ -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')