-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add delete method for Cloud Subnet #15087
Add delete method for Cloud Subnet #15087
Conversation
app/models/cloud_subnet.rb
Outdated
raw_delete_cloud_subnet | ||
end | ||
|
||
def raw_delete_subnet |
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.
This should be raw_delete_cloud_subnet
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.
Fixed
@andyvesel Along with my comment about the method name, I am seeing two places were the https://github.com/ManageIQ/manageiq-providers-openstack/blob/master/app/models/manageiq/providers/openstack/network_manager/cloud_subnet.rb#L49 |
77e1b02
to
c0d8975
Compare
Checked commit andyvesel@c0d8975 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@gmcculloug in this case I have to create two separate PRs in Openstack and UI repos, correct? |
@andyvesel Correct. Thanks for helping get this cleaned up. |
@gmcculloug not a problem :) |
@andyvesel Any reason to keep the |
@gmcculloug actually no big reason and we've no BZ for this. |
Regarding ManageIQ/manageiq-providers-openstack#40, @martinpovolny (among others) can confirm above as well. Thanks. |
Add
delete
andraw_delete
methods for Cloud Subnet model in order to exposedelete
operations in Automate engine: ManageIQ/manageiq-automation_engine#9