cf-mysql-java-broker
cf-mysql-java-broker copied to clipboard
bindable
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