nova-powervm/nova_powervm/tests/virt/powervm/nvram
arunmani 68d31b0cf6 Deploy of a VM occasionally fails due to invalid keystone token
Deploy of virtual machine occasionally fails due to invalid/expired
keystone token with swift and this causes the NVRAM data upload
operation to fail with ClientException error. The results object
returned to nova_powervm will have the error information appended
to it by the swiftclient. Hence, we loop through the results
object to see if there's an authentication failure, and if there
is, we'll retry upload operation, this time with a valid keystone token.

Change-Id: I2779ad6340a58f5c58971eb142ec7b0bd76e2016
Closes-Bug: #1607772
2016-08-10 15:22:37 +05:30
..
__init__.py Implmement NVRAM store and manager 2016-03-03 16:07:44 -06:00
fake_api.py Log warning for failed deletion of NVRAM 2016-04-21 09:33:44 -07:00
test_manager.py Change in Http Error condition check from String to Int 2016-08-03 01:38:59 -04:00
test_swift.py Deploy of a VM occasionally fails due to invalid keystone token 2016-08-10 15:22:37 +05:30