Bug 1115389 - API: Interface name is not set via cloud-init api
Summary: API: Interface name is not set via cloud-init api
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-api
Version: 3.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.4.3
Assignee: Shahar Havivi
QA Contact: meital avital
URL:
Whiteboard: virt
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-02 09:26 UTC by Shahar Havivi
Modified: 2014-07-18 09:37 UTC (History)
7 users (show)

Fixed In Version: ovirt-3.4.3-rc
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-18 09:37:31 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 29486 0 master MERGED API: Interface name is not set via cloud-init api Never
oVirt gerrit 29487 0 ovirt-engine-3.5 ABANDONED API: Interface name is not set via cloud-init api Never
oVirt gerrit 29496 0 ovirt-engine-3.4 MERGED API: Interface name is not set via cloud-init api Never

Description Shahar Havivi 2014-07-02 09:26:27 UTC
When setting network address via the following xml:

<action>
 <vm>
  <initialization>
   <cloud_init>
    <network_configuration>
     <nics>         
      <nic>             
       <name>eth1</name>    
       <boot_protocol>STATIC</boot_protocol>
       <network>            
        <ip address="192.168.2.11" netmask="255.255.0.0" />
       </network>           
       <on_boot>true</on_boot>
      </nic>            
     </nics>        
    </network_configuration>
   </cloud_init>
  </initialization>
 </vm>
</action>

Name is not set in cloudinit/content/0000 file (set null for a name)

Comment 1 Sven Kieske 2014-07-02 12:12:22 UTC
Does this just affect xml submitted data or also json submitted data?

Comment 2 Juan Hernández 2014-07-02 12:13:42 UTC
It affects both XML and JSON.

Comment 3 Sandro Bonazzola 2014-07-10 13:44:08 UTC
This is an automated message

oVirt 3.4.3 RC has been released:
 * should fix your issue
 * should be available at your local mirror within two days.

If problems still persist, please make note of it in this bug report.

Comment 4 Sandro Bonazzola 2014-07-18 09:37:31 UTC
This is an automated message

oVirt 3.4.3 has been released:
 * should fix your issue
 * should be available at your local mirror within two days.

If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.