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

Vpnaas: Show IKE policy details #786

Merged
merged 6 commits into from
Feb 28, 2018

Conversation

simonre
Copy link
Contributor

@simonre simonre commented Feb 21, 2018

For #723

Links to the line numbers/files in the OpenStack source code that support the
code in this PR:

https://github.com/openstack/neutron-vpnaas/blob/058469e1b99b647537a5228c6a384d93df5484df/neutron_vpnaas/db/vpn/vpn_db.py#L367

@coveralls
Copy link

coveralls commented Feb 21, 2018

Coverage Status

Coverage increased (+0.03%) to 73.587% when pulling 25fd854 on simonre:vpnaas-ikepolicy-get into eedbafa on gophercloud:master.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Feb 21, 2018

Build succeeded.

@simonre simonre changed the title [PENDING #785] Vpnaas: Show IKE policy details [WIP][PENDING #785] Vpnaas: Show IKE policy details Feb 23, 2018
@simonre simonre changed the title [WIP][PENDING #785] Vpnaas: Show IKE policy details [WIP] Vpnaas: Show IKE policy details Feb 27, 2018
@theopenlab-ci
Copy link

theopenlab-ci bot commented Feb 27, 2018

Build succeeded.

@simonre simonre changed the title [WIP] Vpnaas: Show IKE policy details Vpnaas: Show IKE policy details Feb 27, 2018
@simonre
Copy link
Contributor Author

simonre commented Feb 27, 2018

@jtopjian This is ready for review

Example to Show the details of a specific IKE policy by ID

policy, err := ikepolicies.Get(client, "f2b08c1e-aa81-4668-8ae1-1401bcb0576c").Extract()
if err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit to fix the indenting here. I'm going to go ahead and merge this since everything else is good, but could you fix this in a future PR?

This inline documentation will be displayed as the official documentation at godoc.org, so we want to make sure it's correct.

@jtopjian
Copy link
Contributor

@simonre Looks good - thanks! Just one small doc nit for a future PR.

@jtopjian jtopjian merged commit 7cab6ed into gophercloud:master Feb 28, 2018
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