summaryrefslogtreecommitdiffstats
path: root/utils/infra_setup/heat/common.py
diff options
context:
space:
mode:
authorYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2017-01-12 08:42:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-12 08:42:52 +0000
commitb2bab28cd8c8e72b230a6286f7d951f1c873bd83 (patch)
tree032549981f284d00c008d4e21f399fb6901bfc35 /utils/infra_setup/heat/common.py
parente1a54d34819563946d1ff1ec673d1d261b826ad8 (diff)
parent08b12e7a7f0b5971282c371b0d0b9320030f3874 (diff)
Merge "Modify utils/ code into PEP8 style"
Diffstat (limited to 'utils/infra_setup/heat/common.py')
-rwxr-xr-xutils/infra_setup/heat/common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/infra_setup/heat/common.py b/utils/infra_setup/heat/common.py
index 28257ac7..ab0dadf5 100755
--- a/utils/infra_setup/heat/common.py
+++ b/utils/infra_setup/heat/common.py
@@ -97,6 +97,7 @@ def get_heat_api_version():
return api_version
return DEFAULT_HEAT_API_VERSION
+
def get_nova_api_version():
api_version = os.getenv('OS_COMPUTE_API_VERSION')
if api_version is not None:
@@ -110,4 +111,4 @@ def get_glance_api_version():
if api_version is not None:
log.info("GLANCE_API_VERSION is set in env as '%s'", api_version)
return api_version
- return DEFAULT_GLANCE_API_VERSION \ No newline at end of file
+ return DEFAULT_GLANCE_API_VERSION