cc71171962
Introducing new method "create_ports" for network module. It provides an ability for creating port objects using Neutron API in one API call. Change-Id: Ie4d6eadb4b59ec070dc4a3bc34e5c1d591bffc39
6 lines
232 B
YAML
6 lines
232 B
YAML
---
|
|
features:
|
|
- Enabling Resource class for being able to create objects in bulk way. Add
|
|
first objects using that feature - Port, which now expose a proxy method
|
|
`create_ports` for creating multiple port objects at once.
|