

Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019
09:06 AM
- 1,935 Views
Openstack environment file parameters
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?
1 Reply


Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019
01:29 PM
- 1,929 Views
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
Rodolfo
Red Hat Instructor
Join the discussion
You must log in to join this conversation.