A set of drivers and utilities to integrate PowerVC into OpenStack.
Go to file
Le Tian Ren 52947efccd Timing issue in remote-keystone deployment model
This is actually timing issue between openstack service endpoints becoming
active and powervc-driver's client initialization of those.

1. get_client() call with version_filter might runs into the 'None' client
error mentioned in the bug, which means *currently* only glance sync is
affected. When no version filtered, we do a rediscover for the svc_type.

2. get_client() call without version_filter or new_client() call just choose
the latest avaiable version service, so no 'None' client error, although the
chosen version might not be the real *latest* but the default hardcoded 'v1'
version, due to the timing issue mentioned in the bug. For the latter case,
unless there is an observation/notification mechanism or poll mechanism for
service versions update, based on current design, there is no perfect solution
as far as I can imagine.

Change-Id: I9ca0f906c8954ecd621be22445c12fd6a55a1ae7
Closes-Bug: 1358215
2014-09-01 13:54:48 +08:00
cinder-powervc Fix flake8 checking issue in powervc-driver and Unittest 2014-08-24 23:14:44 -04:00
common-powervc Timing issue in remote-keystone deployment model 2014-09-01 13:54:48 +08:00
glance-powervc Fix the issue to unescape unneed characters in image property 2014-08-29 10:03:58 +08:00
neutron-powervc Fix flake8 checking issue in powervc-driver and Unittest 2014-08-24 23:14:44 -04:00
nova-powervc Need to update the changed flavors during syncing the flavors 2014-08-28 00:29:59 -04:00
.gitignore Add .gitignore to the project 2014-08-19 13:32:15 +08:00
.gitreview Added .gitreview 2014-05-06 22:11:04 +00:00
CONTRIBUTING.rst Add CONTRIBUTING.rst and change README.rst format. 2014-05-27 15:52:50 +08:00
LICENSE Missing License file and README file in the project 2014-05-09 13:21:02 +08:00
README.rst Add CONTRIBUTING.rst and change README.rst format. 2014-05-27 15:52:50 +08:00

README.rst

PowerVC Drivers

This project contains a set of OpenStack drivers and utilities to implement the manage-to Power via PowerVC.