I want to ask about the parameters of the environment file that is used along with the template file to build the stack
shall i memorize the parameter syntax or there is other way to list them like "man" or "help"?
its like writing openstack server create -h >> will show all options that can be used with the command.
is there something like that can show the available parameters and the syntax?
Hi Agamil, I think what you are looking for is:
$ openstack orchestration resource type list
and
$ openstack orchestration resource type show OS:Nova:: Server
The first command will show you the different resources you can build in a stack, and the second one will tell you the different properties/parameters for that resource
Thank you
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.