comment out a few attributes and see if it works, to try and narrow down the problem
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
d566722087
commit
3c726e972c
1 changed files with 4 additions and 4 deletions
|
@ -100,12 +100,12 @@
|
|||
# 209.132.184.70 to .89 - reserved for arm03 SOCs
|
||||
# 209.132.184.90 to .251 - folsom cloud
|
||||
#
|
||||
- name: Create en external network
|
||||
- name: Create an external network
|
||||
os_network:
|
||||
cloud: "{{ os_cloud }}"
|
||||
name: external
|
||||
provider_network_type: flat
|
||||
provider_physical_network: datacenter
|
||||
name: external-test
|
||||
#provider_network_type: flat
|
||||
#provider_physical_network: datacenter
|
||||
external: true
|
||||
shared: true
|
||||
register: EXTERNAL_ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue