Files
python-cinderclient/cinderclient/tests/unit/v3/test_volume_backups.py
Cao Shufeng 654f71208b Wrap volume_backup's update function with api_version
Volume backup's update function only supports 3.9 microversion
or higher. So it should be wrapped like like this one[1],
otherwise these fuctions may be exposed to lib users with old
microversion.

[1]: https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v3/services.py#L82

Change-Id: I2c800099e8ae707135417f9821f14d1a9e69586e
2016-08-30 08:27:12 -04:00

1.4 KiB