-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix marketplace provisioning for asynchronous services #3086
Labels
community
Community Raised Issue
Comments
FYI, I've confirmed that this error is due to the missing "accepts_incomplete=true" parameter on the request. cf curl without accepts_incomplete=true fails
cf curl with accepts_incomplete=true succeeds!
|
8 tasks
KlapTrap
added a commit
that referenced
this issue
Dec 21, 2018
* v2-master: Unit test fixes Added focus to first steps, ensure forms are common width Merge upstream changes properly wip General improvements - Fixed appFocus directive - Set focus of confirm dialog to cancel instead of confirm - Add/Edit App name - Add more space between async name taken check spinner and input field - Tidied up imports - Removed unused `AppEventDetailDialogComponentComponent`. Looks like a bad merge remnent - Fixed `newNonnAngularInterval` typo Add accepts_incomplete param via options.params Improves fix for #3086 Fixes #3086
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Frontend Deployment type
Expected behaviour
I expect to be able to provision services provided by any asynchronous broker (Example: AWS Service Broker) in the Stratos Marketplace
Actual behaviour
Provisioning fails. As I look at the OSBAPI spec, it seems like this might be because Stratos is not passing the correct parameter to the Cloud Controller. (See spec)
Steps to reproduce the behavior
Log output covering before error and any error statements
The text was updated successfully, but these errors were encountered: