Skip to content

Add Network Domains for IPv4 and IPv6 to Server#11

Merged
LKaemmerling merged 3 commits intomasterfrom
add-network-domains
Feb 14, 2019
Merged

Add Network Domains for IPv4 and IPv6 to Server#11
LKaemmerling merged 3 commits intomasterfrom
add-network-domains

Conversation

@LKaemmerling
Copy link
Copy Markdown
Member

Closes #8

This PR allows users to directly get the network and the network mask on the server ipv6 address and it documents/fix the result we give the user instead of returning the API result directly.

@LKaemmerling LKaemmerling added the enhancement New feature or request label Feb 11, 2019
@LKaemmerling LKaemmerling requested a review from LD250 February 11, 2019 14:29
Comment thread tests/unit/servers/test_client.py Outdated
assert bound_server.public_net.ipv6.network == "2001:db8::"
assert bound_server.public_net.ipv6.network_mask == "64"

bound_server.public_net.floating_ips = [478]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should be assert

Better Tests for BoundServer Init with PublicNetwork and BoundFloatingIP
@LKaemmerling LKaemmerling merged commit d80fedd into master Feb 14, 2019
@LD250 LD250 deleted the add-network-domains branch February 19, 2019 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ipv6_network and ipv6_network_mask on server

2 participants