[OpenStack] Check if stack is consistent/inconsistent ?
by czezz from LinuxQuestions.org on (#5GRWJ)
How to find out via openstack client, if the stack deployed via HOT / Heat Template is consistent?
I tried following 3 commands but none gives straight information: consistent OR inconsistent.
Code:$ openstack stack list
$ openstack stack resource list Stack_Name
$ openstack stack show Stack_NameSide question: would adding manually VOLUME to the one of the instance, make stack inconsistent?


I tried following 3 commands but none gives straight information: consistent OR inconsistent.
Code:$ openstack stack list
$ openstack stack resource list Stack_Name
$ openstack stack show Stack_NameSide question: would adding manually VOLUME to the one of the instance, make stack inconsistent?