Files
python-zunclient/zunclient/tests/functional/osc
deepak_mourya 8424d04cf9 Enhance zun update command
Right now, for renaming the container we need to use zun rename
but we can  move this  into PATCH /containers/<container>
https://github.com/openstack/zun/blob/master/zun/api/controllers/v1/containers.py#L570)
because this is the convention of API design in OpenStack
(e.g. nova implements server rename at PUT /servers/<server>).

This PS adds support for rename container using update command
as well:
    zun update [--cpu <cpu>] [-m <memory>] [--name <name>] <container>

Change-Id: I237a849dec549f53efe560a04fc0ca64929c14e7
Related-Bug: #1759459
2018-04-27 10:11:50 +00:00
..
2018-04-27 10:11:50 +00:00
2017-02-16 09:53:45 +00:00