Skip to content

Commit

Permalink
Revert "Merge pull request #107 from stevekuznetsov/skuznets/ami-choose"
Browse files Browse the repository at this point in the history
This reverts commit f5d55b7, reversing
changes made to 47a221b.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
  • Loading branch information
stevekuznetsov committed May 24, 2017
1 parent f5d55b7 commit 544fa09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oct/ansible/oct/roles/aws-up/tasks/main.yml
Expand Up @@ -51,7 +51,7 @@
- name: determine which AMI to use
set_fact:
origin_ci_aws_ami_id: '{{ item.ami_id }}'
with_items: '{{ ami_facts.results | reverse }}' # we need to reverse so we find the _newest_ non-QE AMI
with_items: '{{ ami_facts.results }}'
when: "'qe' not in item.tags"

- name: determine which subnets are available
Expand Down
4 changes: 2 additions & 2 deletions oct/cli/package/aws.py
Expand Up @@ -24,10 +24,10 @@
\b
Package a VM for a specific stage
$ oct package ami --stage fork
\b
\b
Mark a packaged AMI as ready for use
$ oct package ami --mark-ready
\b
\b
Package a VM with custom tags
$ oct package ami --tag FOO=BAR --tag OTHER=VAL
''',
Expand Down

0 comments on commit 544fa09

Please sign in to comment.