-
Notifications
You must be signed in to change notification settings - Fork 125
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
Default VM connection_state is now 'connected' #305
Default VM connection_state is now 'connected' #305
Conversation
Related to ManageIQ/manageiq#18216 @miq-bot add_label data |
cef22dd
to
3032ff3
Compare
Nice find @agrare , didn't think of VmOrTemplate, updated. |
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.
👍 LGTM
end | ||
end | ||
|
||
describe 'in other region' do |
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.
@miha-plesko we don't need to test that in_my_region
works so you can just get rid of this and simplify the tests a bit
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.
Thanks @miha-plesko
With this commit we migrate all occurances of ``` vm.connection_state == nil ``` to now contain 'connected' instead nil. Signed-off-by: Miha Pleško <[email protected]>
3032ff3
to
c8b9cb8
Compare
Simplified the specs, good to go @agrare |
Checked commit miha-plesko@c8b9cb8 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 db/migrate/20181119154009_set_vm_connection_state.rb
|
Thanks @miha-plesko |
Also, thanks for using Good stuff |
👍 agreed
😆 |
With this commit we migrate all occurances of
to now contain 'connected' instead nil.
@miq-bot assign @agrare
/cc @kbrock