summaryrefslogtreecommitdiffstats
path: root/lib/python/apex/common/constants.py
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-12-21 19:39:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-21 19:39:51 +0000
commit6a6e2dee30562e14a99bf979b65e6817ad08d75a (patch)
treeb257d9833d2623a619341d5de7c25964f80b029f /lib/python/apex/common/constants.py
parentffb4f46e5ea022e0688cce672395f2dde409e88e (diff)
parent4e1320c4235476d7e2a0a90f80997e8371c5f399 (diff)
Merge "Adds declaring disk device to use on overcloud nodes"
Diffstat (limited to 'lib/python/apex/common/constants.py')
-rw-r--r--lib/python/apex/common/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/apex/common/constants.py b/lib/python/apex/common/constants.py
index 741bb4f8..3aa28eab 100644
--- a/lib/python/apex/common/constants.py
+++ b/lib/python/apex/common/constants.py
@@ -27,3 +27,4 @@ COMPUTE_PRE = "OS::TripleO::ComputeExtraConfigPre"
CONTROLLER_PRE = "OS::TripleO::ControllerExtraConfigPre"
PRE_CONFIG_DIR = "/usr/share/openstack-tripleo-heat-templates/puppet/" \
"extraconfig/pre_deploy/"
+DEFAULT_ROOT_DEV = 'sda'