diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-01-12 16:08:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-12 16:08:56 +0000 |
commit | 1d67b000f5def7093ae41d63d0d52f07b74b4948 (patch) | |
tree | 9a51aa988e7007dd1445a2cc07075c8e11f0afef /modules/opnfv/utils/constants.py | |
parent | 8d8493864406132bcc8e84a38a67b5fc3947d566 (diff) | |
parent | d53bc21e5b8eed5fb24a0f994db289e2b50953f1 (diff) |
Merge "Add a new installer daisy adapter to modules directory"
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 |