diff --git a/library/nova_compute.py b/library/nova_compute.py index 4c1e977259..c3cbfda07f 100644 --- a/library/nova_compute.py +++ b/library/nova_compute.py @@ -184,7 +184,8 @@ EXAMPLES = ''' wait_for: 200 flavor_id: 4 nics: - - net-id: 34605f38-e52a-25d2-b6ec-754a13ffb723 + # persistent-net + - net-id: 67b77354-39a4-43de-b007-bb813ac5c35f meta: hostname: test1 group: uge_master diff --git a/tasks/transient_cloud.yml b/tasks/transient_cloud.yml index e432423a1a..ec19e05962 100644 --- a/tasks/transient_cloud.yml +++ b/tasks/transient_cloud.yml @@ -5,7 +5,8 @@ local_action: security_groups: all-icmp-transient,web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default nics: - - net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30" + # transient-net + - net-id: "96e0590b-e572-4340-9408-ce4d4e4f4536" name: "{{ name }}" module: nova_compute auth_url: "{{os_auth_url}}"