cf-mysql-java-broker icon indicating copy to clipboard operation
cf-mysql-java-broker copied to clipboard

bindable

Open alexvasseur opened this issue 10 years ago • 0 comments

For PCF 1.2 I had to add bindable: true to settings.yml else I had this error $ cf create-service-broker mysql-example dummy password http://192.168.1.189:9000 FAILED Server error, status code: 502, error code: 270012, message: Service broker catalog is invalid: Service p-mysql Service "bindable" field is required

I also changed the service name as it was complaining for some unknown reason $ cf create-service-broker mysql-example dummy password http://192.168.1.189:9000 Creating service broker mysql-example as admin... FAILED Server error, status code: 502, error code: 270012, message: Service broker catalog is invalid: Service name must be unique

alexvasseur avatar May 23 '14 23:05 alexvasseur