From 754ce1457182411e7e887b307fb66f280885ff7e Mon Sep 17 00:00:00 2001 From: liyin Date: Tue, 27 Dec 2016 15:43:06 +0800 Subject: bottlenecks openstack Newton support JIRA: BOTTLENECK-119 Change the file of template.py manager.py and common.py file This change helps Bottlenecks project support Newton. template.py support stack operation. manager.py support nova and glance operation. common.py support some operations of openstack Newton. Change-Id: Ibee110a2b7918c80b2651bb86a9fb7160414e842 Signed-off-by: liyin --- utils/infra_setup/heat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 utils/infra_setup/heat/__init__.py (limited to 'utils/infra_setup/heat/__init__.py') diff --git a/utils/infra_setup/heat/__init__.py b/utils/infra_setup/heat/__init__.py old mode 100755 new mode 100644 index 83b8d15d..6dbd8d79 --- a/utils/infra_setup/heat/__init__.py +++ b/utils/infra_setup/heat/__init__.py @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others. +# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 -- cgit 1.2.3-korg