While trying to cut a new release, I ran all smoke tests. The Cloud Databases smoke tests immediately failed:
$ php tests/OpenCloud/Smoke/Runner.php --include=Database
Welcome to the PHP OpenCloud SmokeTest!
Authenticate
Using identity endpoint: https://identity.api.rackspacecloud.com/v2.0/
Using region: IAD
Token generated: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Executing OpenCloud\Smoke\Unit\Database
1. Get Flavors
PHP Fatal error: Uncaught exception 'Guzzle\Http\Exception\CurlException' with message '[curl] 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure [url] https://iad.databases.api.rackspacecloud.com/v1.0/XXXXX/flavors/detail?limit=100' in /root/php-opencloud/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php:359
While trying to cut a new release, I ran all smoke tests. The Cloud Databases smoke tests immediately failed: