From edf3014e48a40f95b22bb3e153f8c4ebb9abf898 Mon Sep 17 00:00:00 2001 From: kairat_kushaev Date: Wed, 28 Jan 2015 13:22:34 +0300 Subject: Add adopt/abandon description to heat manual Added adopt command description to heat manual. Added note that adopt/abandon are disabled by default. Change-Id: I36d0b70fe32750b82cd5fe9cf0403866b8501ed9 --- doc/source/man/heat.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/source/man/heat.rst b/doc/source/man/heat.rst index 5da86af..d1b6e67 100644 --- a/doc/source/man/heat.rst +++ b/doc/source/man/heat.rst @@ -81,6 +81,13 @@ Abandon a stack:: heat stack-abandon mystack +Adopt a stack :: + + heat stack-adopt -a mystack + +Note: stack-adopt and stack-abandon commands are not available by default. +Please ask your Openstack operator to enable this feature. + BUGS ==== -- cgit v1.2.1