ac65bc3832
1. What is the problem Tricircle does not support port update operation now. 2. What is the solution to the problem Implement related functions 3. What the features need to be implemented to the Tricircle Add name, description, admin_state_up, extra_dhcp_opts, device_owner, device_id, mac_address, security group attribute updates supported, where updating name only takes effect on the central pod. Change-Id: Id0f1175f77f66721eaf739413edf81bfc9231957
15 lines
391 B
YAML
15 lines
391 B
YAML
---
|
|
features:
|
|
- |
|
|
Port
|
|
|
|
* Update port
|
|
|
|
* name, description, admin_state_up, extra_dhcp_opts, device_owner,
|
|
device_id, mac_address, security group attribute updates supported
|
|
|
|
issues:
|
|
- |
|
|
Update port may not lead to the expected result if an instance is being
|
|
booted at the same time. You can redo the update operation later to make
|
|
it execute correctly. |