Skip to content

Commit

Permalink
use hfid for ip_namespace in SDK resource manager guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Oct 29, 2024
1 parent 74ac866 commit 5e3dcae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/python-sdk/guides/resource-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ We will create a `CoreIPaddressPool` with the following properties:
default_prefix_size=32,
resources=[prefix],
is_pool=True,
ip_namespace={"id": "default"}
ip_namespace={"hfid": ["default"]}
)
await pool.save()
```
Expand All @@ -129,7 +129,7 @@ We will create a `CoreIPaddressPool` with the following properties:
default_prefix_size=32,
resources=[prefix],
is_pool=True,
ip_namespace={"id": "default"}
ip_namespace={"hfid": ["default"]}
)
pool.save()
```
Expand Down

0 comments on commit 5e3dcae

Please sign in to comment.