-
Notifications
You must be signed in to change notification settings - Fork 364
support ipv6 properties in subnet #964
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
Conversation
ActionResponse -> an administrative password to access the evacuated or rebuilt instance.
Add Optional Parameters for ipv6(ipv6_address_mode, ipv6_ra_mode)
|
Hi @taemin77, Any objections from your side @vinodborole on changing method signature of NeutronSubnetNoGateway and NeutronSubnet? |
|
All good, just added one comment on formatting |
|
merged commit ? |
{
"services": [
{
"binary": "cinder-scheduler",
"host": "host1",
"state": "UP",
"status": "ENABLED",
"updated_at": "2012-10-29T13:42:02.000000",
"zone": "nova"
},
{
"binary": "cinder-volume",
"host": "host1",
"state": "UP",
"status": "ENABLED",
"updated_at": "2012-10-29T13:42:05.000000",
"zone": "nova"
}
]
}
|
Hi, |
|
HI @taemin77, the previous PR wasn't merged yet. You can push the changes for the block storage to a new branch and create a PR from there. |
|
Hi, |
|
Ah. Right. Can't see it too. Didn't you comment @vinodborole? |
|
@taemin77 Could you revert to fe7413c so we don't mix things up here and you already created a separate PR for the block storage commits? |
…or ipv6(ipv6_address_mode, ipv6_ra_mode)" This reverts commit fe7413c.
|
Ok, I did it. |
|
LGTM |
|
Many thanks for contributing @taemin77 |
|
@auhlig I have question. |
|
It should be in the latest snapshot. |
Hi, I'm Taemin.
I added two ipv6 properties for creating and getting subnet.
: The IPv6 address modes specifies mechanisms for assigning IP addresses. Value is slaac, dhcpv6-stateful, dhcpv6-stateless or null.
: The IPv6 router advertisement specifies whether the networking service should transmit ICMPv6 packets, for a subnet. Value is slaac, dhcpv6-stateful, dhcpv6-stateless or null.