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

@@ -21,12 +21,12 @@ from osc_lib import utils as oscutils
from tatuclient import shell
DEFAULT_API_VERSION = '2'
DEFAULT_API_VERSION = '1'
API_NAME = 'ssh'
API_VERSION_OPTION = 'os_ssh_api_version'
API_VERSIONS = {
'1': 'tatuclient.v2.client.Client',
'1': 'tatuclient.v1.client.Client',
}