diff options
author | 2016-12-30 10:23:04 +0800 | |
---|---|---|
committer | 2017-01-12 08:47:44 +0000 | |
commit | d53bc21e5b8eed5fb24a0f994db289e2b50953f1 (patch) | |
tree | dd31f5b097ea6fba936e705c384588b4db76fccf /modules/opnfv/utils/constants.py | |
parent | 3a8b548460d91072f7a38a6d27c0a90548421fbd (diff) |
Add a new installer daisy adapter to modules directory
Change-Id: I9a46665941f8536f08d27a1c6d7e62f2a50ffbc2
Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
Diffstat (limited to 'modules/opnfv/utils/constants.py')
-rw-r--r-- | modules/opnfv/utils/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/opnfv/utils/constants.py b/modules/opnfv/utils/constants.py index 29f0d02c5..a69cedda3 100644 --- a/modules/opnfv/utils/constants.py +++ b/modules/opnfv/utils/constants.py @@ -7,7 +7,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -INSTALLERS = ['apex', 'fuel', 'compass', 'joid'] +INSTALLERS = ['apex', 'fuel', 'compass', 'joid', "daisy"] VERSIONS = ['arno', 'brahmaputra', 'colorado', 'danube'] EXIT_OK = 0 |