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

Add waiter config and fix config lookup #346

Merged
merged 1 commit into from
Oct 8, 2014

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Oct 8, 2014

There were two issues:

  1. The emr waiter config was not there, I've now added that.
  2. We were using the endpoint prefix instead of the service_name (elasticmapreduce vs. emr).

We need to use the service_name and not the endpoint prefix.
These aren't always the same thing (emr vs. elasticmapreduce).

Also added some integ tests to ensure we don't regress on this again.

Fixes aws/aws-cli#937.

cc @danielgtaylor @kyleknap

We need to use the service_name and not the endpoint prefix.
These aren't always the same thing (emr vs. elasticmapreduce).

Also added some integ tests to ensure we don't regress on this again.

Fixes boto#937.
@kyleknap
Copy link
Contributor

kyleknap commented Oct 8, 2014

Looks good 🚢

@jamesls jamesls merged commit 4eae804 into boto:develop Oct 8, 2014
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

Successfully merging this pull request may close these issues.

Waiter does not exist: ClusterRunning
2 participants