-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement private lan module #32
base: master
Are you sure you want to change the base?
Conversation
9c8bb78
to
ea5acb2
Compare
library/niftycloud_lan.py
Outdated
private_lan_set = None | ||
|
||
params = dict() | ||
params['PrivateLanName.1'] = module.params['private_lan_name'] |
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.
describe_private_lans()
should request network_id
or private_lan_name
.
Also, network_id
should take precedence over private_lan_name
.
This is necessary to achieve the following.
- Fix mistakes in logic that can not change
private_lan_name
- Flexible request for
describe_private_lans()
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.
Thank you for review.
If network_id
setted then I modified the network_id
to take precedence over private_lan_name
.
0d4fc53
to
cdcdf05
Compare
SUMMARY
absent
RELATED ISSUE
COVERRAGE