]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use prefix for SolidFire template account
authorJohn Griffith <john.griffith8@gmail.com>
Thu, 30 Jul 2015 17:43:00 +0000 (11:43 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Thu, 30 Jul 2015 17:46:57 +0000 (11:46 -0600)
commit041f706577476729cee2a9bd2b605aadf4bc5775
treed5ef5a578b82a7f1718169f2b823c90a9ae43928
parentb7d790bc311cd2c03569bdb1ba75a527bf6fa362
Use prefix for SolidFire template account

The SolidFire template account was not using the
account_prefix setting when the account was created.

This means that if a deployment is configured to use
the prefix, that calls to make the actual clone will fail
because the clone routine prepends the prefix from the
config settings on every lookup.

This patch just adds the same account adjustment that
we use in our regular account creation routines.

Change-Id: I4d3c22f96c9ca90192b88f1802997c8680b81483
Closes-Bug: #1479897
cinder/volume/drivers/solidfire.py