cinder --os-volume-api-version 3.40 revert-to-snapshot snap1
export OS_VOLUME_API_VERSION=3.40
cinder revert-to-snapshot snap1
Hello Stackers,does cinder revert to snapshot works on stein ?The command cinder revert-to-snapshot returns:error: argument <subcommand>: invalid choice: u'revert-to-snapshot'I also tried using cinder v3 api post /v3/{project_id}/volumes/{volume_id}/actionbut it returns :{"itemNotFound": {"message": "The resource could not be found.", "code": 404}}Please, anyone could help me ?Ignazio