[fuel-devops] dhcp option is ignored for libvirt netwrks created by env_create

Bug #1598205 reported by Bogdan Dobrelya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
High
Fuel QA Team

Bug Description

When I enable dhcp for a network in the config, e.g.:

template:
  devops_settings:
    address_pools:
      public-pool01:
        params:
          ip_ranges:
            dhcp: [+128, -32]
    groups:
     - name: default
       l2_network_devices:
         public:
           address_pool: public-pool01
           dhcp: true
           forward:
             mode: nat

it is expected the 'virsh net-dumpxml' to contain a dhcp stanza like:

  <ip address='x.x.x.y' prefix='24'>
    <range start=x.x.x.z end=x.x.x.t/>
  </ip>

But it doesn't, there is just a

<ip address='x.x.x.y' prefix='24' />

This makes VMs fail to obtain IPs

Tags: area-qa
Changed in fuel:
importance: Undecided → High
assignee: nobody → Fuel DevOps (fuel-devops)
milestone: none → 10.0
Revision history for this message
Igor Shishkin (teran) wrote :

Reassigning to proper team.

tags: added: area-qa
Changed in fuel:
assignee: Fuel DevOps (fuel-devops) → Fuel QA Team (fuel-qa)
Revision history for this message
Dennis Dmitriev (ddmitriev) wrote :

This issue was fixed in master (3.0.0) branch: https://review.openstack.org/#/c/320593/

Changed in fuel:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.