Pauli Heikkinen
Pauli Heikkinen
The problem I see is that I can create a custom JMS FormErrorHandler but I need to to customize the general root level format of the error json. That is...
Sorry for hijacking but I seem to have very similar issues with symfony2 custom error pages. Only way to make it work is to set: ``` yml fos_rest: body_converter: enabled:...
I have a similar problem on different provider. `openstack catalog list` shows ``` | cinderv2 | volumev2 | fi-1 | | | | publicURL: https://volumes.fi-1.xyz.fi:8776/v2/ | | | ... ```...
``` { "Endpoint": "https://identity.fi-1.xyz.fi:5000/v2.0", "Username": "[email protected]", "Password": "notMyPass", "TenantID": "ca35188a848xxxxxxxxxx22da6a6d123", "Region": "fi-1" } ``` I could try v3 identity API. If I had any experience on go I could help...
Just an update. I got it almost working by building the driver from master branch myself. v3 identify works now just fine. `docker volume create -d cinder myvolume` works as...