Comment 9 for bug 1255419

Revision history for this message
Jeremy Stanley (fungi) wrote :

Unfortunately not. The problem here is newer OpenStack libraries prematurely abandoning support for older iso8601 when Grizzly (which imports these libraries for intercommunication) does not work with it. Also this makes it tough to test new clients against Grizzly servers on the same machine, since their declared iso8601 requirements conflict with one another. Testing Grizzly with older iso8601 at the moment would mean testing it against older (no longer security-supported) OpenStack client libraries. The options I see here are:

A. Revert work requiring newer iso8601 until after Grizzly is no longer supported.

B. Adjust current libraries to support both old and new iso8601.

C. Modify Grizzly to support new iso8601.