trove/releasenotes/notes/victoria-support-subnet-and-ip-address.yaml
Lingxian Kong 5354172407 Support subnet and IP for instance creation
Support ``subnet_id`` and ``ip_address`` for creating instance. When
creating instance, trove will check the network conflicts between user's
network and the management network, additionally, the cloud admin is
able to define other reserved networks by configuring
``reserved_network_cidrs``.

Change-Id: Icc4eece2f265cb5a5c48c4f1024a9189d11b4687
2020-06-10 22:41:35 +12:00

8 lines
327 B
YAML

---
features:
- Support ``subnet_id`` and ``ip_address`` for creating instance. When
creating instance, trove will check the network conflicts between user's
network and the management network, additionally, the cloud admin is able
to define other reserved networks by configuring
``reserved_network_cidrs``.