watson-developer-cloud / assistant-with-discovery

DEPRECATED: this application is deprecated and thus will not receive fixes or security updates. It is archived for educational purposes, but may not function.
Apache License 2.0
145 stars 340 forks source link

wrong service names in manifest.yml #78

Closed vnordin closed 7 years ago

vnordin commented 7 years ago

I just forked this project by using the "deploy to bluemix"-button and noticed that the Deploy-stage failed since it wasn't able to bind the services. The services that are automatically created are named "conversation-service" and "discovery-service" but in the manifest.yml they are named "my-conversation-service" and "my-discovery-service", so I had to rename them to make it work.

germanattanasio commented 7 years ago

Nice point @vnordin I don't know how this happened.

@stevenpkg Can you please fix the README.md and manifest.yml so that we create and use the same services?

stevenpkg commented 7 years ago

Yes pipeline.yml was creating conversation-service and discovery-service, have changes manifest.yml to have the same naming