Fix misleading port delete description

After the fix of: https://review.openstack.org/#/c/126309
the pre-existed Neutron port that are attached to the
instance will not be deleted, the current description
is misleading.

Change-Id: Ibfd4bc2278911844e4b1c05e94b4e3c947365b75
This commit is contained in:
Kevin_Zheng 2016-12-14 15:42:32 +08:00
parent 6f1a39d7dc
commit 19809429e8

View File

@ -737,8 +737,8 @@ system.
**Asynchronous postconditions**
- With correct permissions, you can see the server status as
``DELETED`` or ``SOFT_DELETED`` through API calls.
- If hard delete, the port attached to the server is deleted.
- The ports attached to the server, which Nova created during the server
create process or when attaching interfaces later, are deleted.
- The server does not appear in the list servers response.
- If hard delete, the server managed by OpenStack Compute is deleted
on the compute node.