diff options
author | Markos Chandras <mchandras@suse.de> | 2017-11-14 09:08:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-14 09:08:55 +0000 |
commit | c578685552b7d147132b548496d5c2e615ec5934 (patch) | |
tree | 4d8ffc77a5a6bbe4c62d36e8345c5049a605ac01 /xci/config/user-vars | |
parent | 4ca1dc6895c8bac48c80f36181893385d9a8fc02 (diff) | |
parent | d0b985617d8a167147157a70b448db43c50e6474 (diff) |
Merge "Integrate ceph in XCI"
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-x | xci/config/user-vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars index 7c99ee9d..e9980e34 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -21,6 +21,7 @@ # export XCI_FLAVOR="ha" #------------------------------------------------------------------------------- export XCI_FLAVOR=${XCI_FLAVOR:-aio} +export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false} #------------------------------------------------------------------------------- # Set Paths to where git repositories of XCI Components will be cloned |