-
Notifications
You must be signed in to change notification settings - Fork 990
create-service-key fails for ups and p-rabbitmq #508
Copy link
Copy link
Closed
Description
The following sequence of commands:
cf cs p-rabbitmq standard rmq
cf csk rmq mikey
fails after the csk (whether rmq is bound or not) with:
Creating service key mikey for service instance rmq as admin...
FAILED
Server error, status code: 400, error code: 10004, message: The request is invalid
Also, if rabbitmq is a user-provided-service (instance):
cf csk rabbitmq brian
fails with:
Creating service key brian for service instance rabbitmq as admin...
FAILED
Server error, status code: 500, error code: 10001, message: An unknown error occurred.
The only ones I can get to work are redis and mysql services.
This is on version /usr/local/bin/cf version 6.11.3-cebadc9-2015-05-20T18:59:33+00:00, running against PCF 1.5.RC1. (I can't get 6.12.0 to work at all, perhaps because of the known issue installing from brew.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels