f69664b1fd
Manage share functionality adds possibility to add existing shares to manila. On other hand unmanage functionality adds possibility to remove shares from manila, but without physical removal from share backend. Due to high implementation complexity and risks it was decided to implement manage/unmanage methods only for driver_manage_share_servers=False driver's and implement this functionality for other cases in future. Also administrator can't unmanage shares that were created with a share_server. - Add manage() and unmanage() methods in admin API - Add manage_share() and unmanage_share() methods to share rpcapi and share manager - Update share rpcapi version to 1.1 - Add manage_existing(), unmanage() methods to share driver - Add appropriate unit tests. Partially implements bp manage-shares Change-Id: Iedfd85cb6bdfade67c04f62c04756ac192db6b66 |
||
---|---|---|
.. | ||
manila | ||
oslo-config-generator |