Skip to content
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

should be able to resolve a service by label or display name #2

Closed
kurtismgit opened this issue Aug 3, 2016 · 0 comments
Closed

should be able to resolve a service by label or display name #2

kurtismgit opened this issue Aug 3, 2016 · 0 comments
Assignees

Comments

@kurtismgit
Copy link
Member

In cf.js buildServiceCache() creates objects that represent services and caches them. These service objects have label and display_name.

cf.js getServiceGuid() only resolves services by label. It should also be able to resolve them by display_name.

This is important b/c our service suggest scripts show services by display_name and if you turn around and try to create a service using the service management scripts, it will sometimes fail. B/c that relies on getServiceGuid which only searches by label.

Kinetise is a service where label and display name don't match.

@kurtismgit kurtismgit self-assigned this Aug 8, 2016
@clanzen clanzen closed this as completed in a4e831c Aug 8, 2016
clanzen pushed a commit that referenced this issue Aug 8, 2016
should be able to resolve a service by label or display name fixes #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant