<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="EN-US" link="#0563C1" vlink="#954F72"><div class="WordSection1"><p class="MsoNormal"><span style="font-family:"Courier New"">Hello,</span></p><p class="MsoNormal"><span style="font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-family:"Courier New"">We have a current OpenStack Kilo deployment in a lab environment. It utilizes Nova network that has flat IPv4 networks defined. We later enabled IPv6 on a few compute nodes, and the VMs that were created on those compute nodes had an IPv4 address that we defined at creation and an IPv6 address provided by the local router, and worked fine. What we have encountered is if the VM is terminated and we reinstantiate the VM via snapshot, the IPv6 address is different than the original since the hardware address of the new VM is different. </span></p><p class="MsoNormal"><span style="font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-family:"Courier New"">Since some of our lab tools require us to hardcode IP addresses, it would be beneficial to have static IPv6 addresses. I see where nova boot commands can specify both ipv4 and ipv6 addresses, but from what I read from the documentation and searching around, the network defined would require having ipv6 set up on it. I see where one can add and delete a network, but there is no modify available. I would like to know if I have missed seeing a command that can do this, or if adding the v6 info into the database and restarting compute nodes is a possibility.</span></p><p class="MsoNormal"><span style="font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-family:"Courier New"">Thanks,</span></p><p class="MsoNormal"><span style="font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-family:"Courier New"">Mike</span></p><p class="MsoNormal"><span style="font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-family:"Courier New""> </span></p><p class="MsoNormal"><span style="font-family:"Courier New"">[syseng@seng216 ~]$ nova network-show syseng-net</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">+---------------------+--------------------------------------+</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| Property            | Value                                |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">+---------------------+--------------------------------------+</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| bridge              | br100                                |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| bridge_interface    | ens3f0                               |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| broadcast           | aaa.bbb.ccc.255                      |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| cidr                | aaa.bbb.ccc.128/25                   |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| cidr_v6             | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| created_at          | 2015-10-03T15:26:54.000000           |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| deleted             | False                                |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| deleted_at          | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| dhcp_server         | aaa.bbb.ccc.129                      |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| dhcp_start          | aaa.bbb.ccc.130                      |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| dns1                | 1.2.3.4                              |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| dns2                | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| enable_dhcp         | True                                 |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| gateway             | aaa.bbb.ccc.129                      |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| gateway_v6          | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| host                | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| id                  | dfb16f90-4a49-49f3-9319-acd22968d214 |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| injected            | False                                |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| label               | syseng-net                           |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| mtu                 | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| multi_host          | True                                 |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| netmask             | 255.255.255.128                      |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| netmask_v6          | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| priority            | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| project_id          | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| rxtx_base           | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| share_address       | True                                 |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| updated_at          | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| vlan                | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| vpn_private_address | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| vpn_public_address  | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">| vpn_public_port     | -                                    |</span></p><p class="MsoNormal"><span style="font-family:"Courier New"">+---------------------+--------------------------------------+</span></p></div></body></html>

<br>
<div><img src="http://www.broadsoft.com/wp-content/uploads/2014/10/broadsoft-logo-small.png"></div><div><font face="Trebuchet" size="2"><br></font></div><div><font face="Trebuchet" size="2">This email is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. If you are not the intended recipient and have received this email in error, please notify BroadSoft, Inc. immediately by replying to this message, and destroy all copies of this message, along with any attachment, prior to reading, distributing or copying it.</font></div>