Skip to content

Commit

Permalink
Merge pull request #15509 from jntullo/bz/wrong_retirement_product_fe…
Browse files Browse the repository at this point in the history
…ature

Use correct identifier for VM Retirement
(cherry picked from commit 30f51d5)

https://bugzilla.redhat.com/show_bug.cgi?id=1468614
  • Loading branch information
abellotti authored and simaishi committed Jul 7, 2017
1 parent 7ab4ecd commit f3a41dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@
- :name: reset
:identifier: vm_reset
- :name: retire
:identifier: vm_retire
:identifier: vm_retire_now
- :name: set_owner
:identifier: vm_edit
- :name: set_ownership
Expand Down Expand Up @@ -1818,7 +1818,7 @@
- :name: reset
:identifier: vm_reset
- :name: retire
:identifier: vm_retire
:identifier: vm_retire_now
- :name: delete
:identifier: vm_delete
- :name: set_owner
Expand Down

0 comments on commit f3a41dd

Please sign in to comment.