-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#6958 from reedobrien/bug/1663047
Add a method to filter unsupported instance types ## Description of change This PR adds a method to filter out unstupported instance types. At least where we know they are unsupported but still in the offer list. Why is this change needed? Trying to deploy to a region that has types listed but not available results in failed deployments. ## QA steps How do we verify that the change works? 1. Build juju from this branch 2. juju bootstrap aws/ap-northeast-2 aws/test --credential credentials 3. jujuj deploy ubuntu It should work. ## Documentation changes N/A Does it affect current user workflow? CLI? API? N/A ## Bug reference Refs: https://bugs.launchpad.net/juju/+bug/1663047
- Loading branch information
Showing
2 changed files
with
25 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters