diff options
author | liyin <liyin11@huawei.com> | 2016-12-27 15:43:06 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-01-04 02:57:03 +0000 |
commit | 754ce1457182411e7e887b307fb66f280885ff7e (patch) | |
tree | b023f90f4205da506a4529972a1de08d4a6a16b4 /utils/infra_setup/heat/__init__.py | |
parent | 4c99cce55d24312bd4339d156440f1e95ad04cf2 (diff) |
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 <liyin11@huawei.com>
Diffstat (limited to 'utils/infra_setup/heat/__init__.py')
-rw-r--r--[-rwxr-xr-x] | utils/infra_setup/heat/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/infra_setup/heat/__init__.py b/utils/infra_setup/heat/__init__.py index 83b8d15d..6dbd8d79 100755..100644 --- 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 |