summaryrefslogtreecommitdiff
path: root/trove/common/cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/common/cfg.py')
-rw-r--r--trove/common/cfg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/trove/common/cfg.py b/trove/common/cfg.py
index b5276f50..5df831e7 100644
--- a/trove/common/cfg.py
+++ b/trove/common/cfg.py
@@ -174,6 +174,8 @@ common_opts = [
cfg.StrOpt('nova_proxy_admin_tenant_name', default='',
help="Admin tenant used to connect to Nova"),
cfg.StrOpt('network_label_regex', default='^private$'),
+ cfg.StrOpt('cloudinit_location', default='/etc/trove/cloudinit',
+ help="Path to folder with cloudinit scripts"),
]