]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Passing privileged user to create nova assisted snapshots
authorBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Wed, 18 Feb 2015 10:46:28 +0000 (16:16 +0530)
committerBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Wed, 18 Feb 2015 10:46:50 +0000 (16:16 +0530)
commit53705632509cc93e87378c32c703c8d8d8d05b79
treead2edc8bfe0be6bba90e732061ace7707866d2d7
parent22a3ba50e8007d94e253aba598fb8b11b6bfdb28
Passing privileged user to create nova assisted snapshots

This patch passes privileged user to create nova assisted
snapshots. We can pass privileged user credentials through
cinder.conf as below:
  os_privileged_user_name = <user>
  os_privileged_user_password = <password>
  os_privileged_user_tenant = <tenant>

Closes-Bug: 1308736
Change-Id: I004f3962f7c83113bed6bd9e3ccd002f017bd260
cinder/compute/nova.py