cinder/cinder/compute
lisali 2cd599ac6b Fix the interface to call update_server_volume
Currently when calling update_server_volume through nova client,
it gives the user id of the used context, which leads failure.
As this user may can't access the nova service catalog.

This patch sets privileged_user as True and calls nova.

Change-Id: I5861b2ca9cc1d10ba83eb088aa9fc073973aee93
Closes-bug: #1614344
2016-08-18 11:45:47 +08:00
..
__init__.py Cleaning up CONF.register_opts() in compute/__init__.py 2015-08-21 14:17:25 -05:00
nova.py Fix the interface to call update_server_volume 2016-08-18 11:45:47 +08:00