Bug 1115389

Summary: API: Interface name is not set via cloud-init api
Product: [Retired] oVirt Reporter: Shahar Havivi <shavivi>
Component: ovirt-engine-apiAssignee: Shahar Havivi <shavivi>
Status: CLOSED CURRENTRELEASE QA Contact: meital avital <mavital>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.5CC: acathrow, gklein, iheim, juan.hernandez, shavivi, s.kieske, yeylon
Target Milestone: ---   
Target Release: 3.4.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: virt
Fixed In Version: ovirt-3.4.3-rc Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-18 09:37:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.