-
Notifications
You must be signed in to change notification settings - Fork 120
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
Disabled DeleteFromVMDB in 2 places. #55
Disabled DeleteFromVMDB in 2 places. #55
Conversation
Modified StackRetirement Schema and Infrastructure/VM/Retirement unregister instance. DeleteFromVMDB is disabled everywhere else as per PM.
@tinaafitz |
@billfitzgerald0120 @tinaafitz Is there a BZ you can associate to this? |
@tinaafitz |
@@ -3,7 +3,7 @@ object_type: instance | |||
version: 1.0 | |||
object: | |||
attributes: | |||
display_name: Unregister | |||
display_name: | |||
name: Unregister | |||
inherits: | |||
description: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@billfitzgerald0120 Can you comment out the DeleteFromVMDB call here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I commented it out ...
@tinaafitz |
Checked commits billfitzgerald0120/manageiq-content@cc12cfe~...08ae795 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@billfitzgerald0120 Looks good. |
https://bugzilla.redhat.com/show_bug.cgi?id=1425206
Modified StackRetirement Schema and Infrastructure/VM/Retirement unregister instance.
DeleteFromVMDB is disabled everywhere else.