Skip to content

Commit

Permalink
remove cloud=otc, remove dns_list, add comment about bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaebert committed May 8, 2024
1 parent 7e4d3bc commit 0768f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion playbooks/files/dms_list_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import openstack
import sys

conn = openstack.connect(cloud='otc')
conn = openstack.connect()

spec = sys.argv[1]
for raw in conn.dms.products():
Expand Down
4 changes: 1 addition & 3 deletions playbooks/scenario45_dms_inst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
vpc_id: "{{ newvpc.vpc.id }}"
cidr: "10.10.0.0/27"
gateway_ip: "10.10.0.1"
dns_list:
- "100.125.4.25"
- "100.125.129.199"
register: sn

- name: Create SG
Expand Down Expand Up @@ -91,6 +88,7 @@
name: "{{ dms_inst_name }}"
state: absent

# Pause necessary, see bug OTCPAAS-1038
- name: Pause for 30 seconds
pause:
seconds: 30
Expand Down

0 comments on commit 0768f3d

Please sign in to comment.