Refactored project{,_info} modules

Change-Id: I863d08c42b4c708444b74e3d47f0ca70a8ff94fd
This commit is contained in:
Jakob Meng
2023-01-04 19:53:15 +01:00
parent 0071fdcd97
commit eaa26c6b9c
12 changed files with 434 additions and 440 deletions

View File

@@ -5,8 +5,8 @@
state: present
name: "shared_net_test_1"
description: "Project that contains the subnet to be shared"
domain_id: default
enabled: True
domain: default
is_enabled: True
register: project_1
- name: Create the network to be shared
@@ -37,8 +37,8 @@
state: present
name: "shared_net_test_2"
description: "Project that contains the subnet to be shared"
domain_id: default
enabled: True
domain: default
is_enabled: True
register: project_2
- name: Share the network with the second project