Merge pull request #524 from jlemesh/fix/initialize_tenants_before_sites
Initialize tenants before sites
This commit is contained in:
commit
b8ff0a1d43
|
@ -20,6 +20,7 @@
|
||||||
# status: active
|
# status: active
|
||||||
# facility: Amsterdam 3
|
# facility: Amsterdam 3
|
||||||
# asn: 67890
|
# asn: 67890
|
||||||
|
# tenant: tenant1
|
||||||
# custom_field_data:
|
# custom_field_data:
|
||||||
# text_field: Description for AMS3
|
# text_field: Description for AMS3
|
||||||
# - name: SING 1
|
# - name: SING 1
|
||||||
|
@ -28,5 +29,6 @@
|
||||||
# status: active
|
# status: active
|
||||||
# facility: Singapore 1
|
# facility: Singapore 1
|
||||||
# asn: 09876
|
# asn: 09876
|
||||||
|
# tenant: tenant2
|
||||||
# custom_field_data:
|
# custom_field_data:
|
||||||
# text_field: Description for SING1
|
# text_field: Description for SING1
|
||||||
|
|
Loading…
Reference in New Issue