Merge "Replace cold migration to use Nova migration API"

This commit is contained in:
Zuul
2018-04-18 13:36:53 +00:00
committed by Gerrit Code Review
5 changed files with 65 additions and 266 deletions

View File

@@ -23,7 +23,7 @@ nova_client = cfg.OptGroup(name='nova_client',
NOVA_CLIENT_OPTS = [
cfg.StrOpt('api_version',
default='2.53',
default='2.56',
help='Version of Nova API to use in novaclient.'),
cfg.StrOpt('endpoint_type',
default='publicURL',