Comment 1 for bug 1479283

Revision history for this message
Naveen N (naveenn) wrote :

Upon updating service instance static route list, interface route table
for the VMI is not updated with same data.

ServiceInstance snippet:
<interface-list>
   <virtual-network>default-domain:admin:left-network</virtual-network>
   <ip-address></ip-address>
   <static-routes>
    <route>
     <prefix>1.1.1.0/24</prefix>
     <next-hop></next-hop>
     <next-hop-type></next-hop-type>
    </route>
   </static-routes>
  </interface-list>

Interface route table corresponding to the same

<iq>
 <interface-route-table-routes />
 <id-perms>
  <permissions>
   <owner>admin</owner>
   <owner-access>7</owner-access>
   <group>KeystoneServiceAdmin</group>
   <group-access>7</group-access>
   <other-access>7</other-access>
  </permissions>
  <uuid>
   <uuid-mslong>2380226816671960413</uuid-mslong>
   <uuid-lslong>11771735788566025470</uuid-lslong>
  </uuid>
  <enable>true</enable>
  <created>2015-07-29T09:28:47</created>
  <last-modified>2015-07-29T09:28:48</last-modified>
  <description></description>
  <user-visible>true</user-visible>
  <creator></creator>
 </id-perms>
 <display-name>e353a74d-f78e-4bf8-8640-9c909b18e20e left</display-name>
</iq>

Looks like if SI is in active state, any config change on the static route doesn't seem to be updated in interface route table.