Fix other references to cloud net ids
This commit is contained in:
parent
34c4263e4a
commit
5105b82c59
2 changed files with 4 additions and 2 deletions
|
@ -184,7 +184,8 @@ EXAMPLES = '''
|
||||||
wait_for: 200
|
wait_for: 200
|
||||||
flavor_id: 4
|
flavor_id: 4
|
||||||
nics:
|
nics:
|
||||||
- net-id: 34605f38-e52a-25d2-b6ec-754a13ffb723
|
# persistent-net
|
||||||
|
- net-id: 67b77354-39a4-43de-b007-bb813ac5c35f
|
||||||
meta:
|
meta:
|
||||||
hostname: test1
|
hostname: test1
|
||||||
group: uge_master
|
group: uge_master
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
local_action:
|
local_action:
|
||||||
security_groups: all-icmp-transient,web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
|
security_groups: all-icmp-transient,web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
|
||||||
nics:
|
nics:
|
||||||
- net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30"
|
# transient-net
|
||||||
|
- net-id: "96e0590b-e572-4340-9408-ce4d4e4f4536"
|
||||||
name: "{{ name }}"
|
name: "{{ name }}"
|
||||||
module: nova_compute
|
module: nova_compute
|
||||||
auth_url: "{{os_auth_url}}"
|
auth_url: "{{os_auth_url}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue