Skip to content

Commit

Permalink
active
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe committed Sep 26, 2024
1 parent de82c71 commit a9a9871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/neutron-understack/neutron_understack/nautobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def ucvni_create(
"ucvni_id": segment_id,
"name": network_name,
"ucvni_group": {"id": ucvni_group},
"status": "Active",
}

url = urljoin(self.base_url, "/api/plugins/undercloud-vni/ucvnis/")
Expand Down

0 comments on commit a9a9871

Please sign in to comment.