← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1394148] [NEW] subnet-create should not force me to supply cidr

 

Public bug reported:

When I create a subnet with dhcp disabled, it should not force me to
supply mandatory cidr.

Currently it is:
neutron subnet-create dhcp-net -- --enable_dhcp=False <cidr>

Expected should be:
neutron subnet-create dhcp-net -- --enable_dhcp=False

So, that I can use this subnet flexibly with extra_dhcp_opts.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1394148

Title:
  subnet-create should not force me to supply cidr

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  When I create a subnet with dhcp disabled, it should not force me to
  supply mandatory cidr.

  Currently it is:
  neutron subnet-create dhcp-net -- --enable_dhcp=False <cidr>

  Expected should be:
  neutron subnet-create dhcp-net -- --enable_dhcp=False

  So, that I can use this subnet flexibly with extra_dhcp_opts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1394148/+subscriptions


Follow ups

References