summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2014-09-30 15:23:09 -0400
committerZane Bitter <zbitter@redhat.com>2014-09-30 15:40:14 -0400
commit8203b60aeb6f3f4abb45d1fdd9128a934a91aa10 (patch)
treeb356fda5f69180f11fb623a63dd7eb3caddbe02c /etc
parent034e17151fed13a2f5c606f947a2f2fbd350b083 (diff)
downloadheat-8203b60aeb6f3f4abb45d1fdd9128a934a91aa10.tar.gz
Disable Abandon & Adopt features by default
Change-Id: I0c1e25650a3a6cab0211fb41eb2f6a02ef7dcc9f Closes-Bug: #1375879
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/heat.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/heat/heat.conf.sample b/etc/heat/heat.conf.sample
index 5443645c3..cce268340 100644
--- a/etc/heat/heat.conf.sample
+++ b/etc/heat/heat.conf.sample
@@ -74,6 +74,12 @@
# value)
#enable_cloud_watch_lite=true
+# Enable the preview Stack Abandon feature. (boolean value)
+#enable_stack_abandon=false
+
+# Enable the preview Stack Adopt feature. (boolean value)
+#enable_stack_adopt=false
+
# Deprecated. (string value)
#onready=<None>