Skip to content
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 networking port extra DHCP opts Update call #804

Merged

Conversation

@coveralls
Copy link

coveralls commented Mar 4, 2018

Coverage Status

Coverage remained the same at 73.618% when pulling 3289c0e on ozerovandrei:feature/ports-dhcp-opts-update into 1eda8f2 on gophercloud:master.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Mar 4, 2018

Build succeeded.

Add a new networking v2 extension to provide extra DHCP
configuration support for ports.
Add basic structures with a unit test.
Use "ExtraDHCPOptsExt" and "ExtraDHCPOpts" for basic structs names of
the extra dhcp options extenstion.
Upgrade unit-test and fix spacing in the unit test fixture.
Move the extra DHCP options GET unit test to the standard networking
port package.
Add a Create request to the networking v2 extra DHCP options extension.
Add unit and acceptance tests.
Move the extra DHCP options Create call unit and acceptance tests to the
standard networking port package.
Rename comment for the CreateOptsExt.ExtraDHCPOpts field.
Add an Update request to the networking v2 extra DHCP options extension.
Add unit and acceptance tests.
@ozerovandrei ozerovandrei force-pushed the feature/ports-dhcp-opts-update branch from 0fdbe48 to 3289c0e Compare March 5, 2018 21:36
@theopenlab-ci
Copy link

theopenlab-ci bot commented Mar 5, 2018

Build succeeded.

@jtopjian
Copy link
Contributor

jtopjian commented Mar 6, 2018

@ozerovandrei This all looks good to me.

There's one issue that I didn't catch yesterday: []ExtraDHCPOpts should actually be []ExtraDHCPOpt since each element of the slice represents a single DHCP option.

Rather than you make the change and then have to do a bunch of rebasing across all 3 PRs, I'm going to merge this PR (which contains all of the work) and then follow-up with my own commit to fix this. It's my fault I didn't catch the name and you shouldn't have to pay for it 😄

@jtopjian jtopjian merged commit d7d64b9 into gophercloud:master Mar 6, 2018
@ozerovandrei ozerovandrei deleted the feature/ports-dhcp-opts-update branch March 6, 2018 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants