mistral neutron.create_router example
Bug #2009702 reported by
Piotr
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mistral |
New
|
Undecided
|
Unassigned |
Bug Description
Hello,
I try to create mistral workbook to create project, network, router etc.
Create project works ok, but i cant write correct yaml to create network and router.
Mayby its a bug. Could you write me some example how to do it please ?
To post a comment you must log in.
hi, create_ router "name": "xxx"," admin_state_ up":"True" ,"availability_ zone_hints" :"none" ,"ext_fixed_ ips":[{ "subnet_ id":"f81a122f- 9cb2-482d- 8790-39dc8d46b5 3a"}]," enable_ snat":" True"," ext_gateway_ net_id" :{"network_ id":"16f694c7- cf7e-4877- 9526-7b42b1ebf6 65"}
i try somethings like this:
mistral run-action neutron.
but without any success ...