← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1587834] [NEW] use_neutron_default_nets: StrOpt ->BoolOpt

 

Public bug reported:

https://review.openstack.org/243061
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/nova" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.

commit d8474e044e820f29f70641b8fd5fd590750441a3
Author: ChangBo Guo(gcb) <eric.guo@xxxxxxxxxxxx>
Date:   Mon Nov 9 19:56:48 2015 +0800

    use_neutron_default_nets: StrOpt ->BoolOpt
    
    Config option use_neutron_default_nets is StrOpt with
    value 'True' or 'False'.  But current method _test_network_index
    uses it as boolean type, this lead to can't pass when comparing it
    with string type 'True', it doesn't test properly. This commit
    makes use_neutron_default_nets as BoolOpt.
    
    DocImpact: This option is now a BoolOpt and documentation should
    be updated accordingly.
    
    Change-Id: I19a57db073359a9e58a16cd0de39d39aa95d2aa5

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: doc nova

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1587834

Title:
      use_neutron_default_nets: StrOpt ->BoolOpt

Status in OpenStack Compute (nova):
  New

Bug description:
  https://review.openstack.org/243061
  Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
  Your project "openstack/nova" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.

  commit d8474e044e820f29f70641b8fd5fd590750441a3
  Author: ChangBo Guo(gcb) <eric.guo@xxxxxxxxxxxx>
  Date:   Mon Nov 9 19:56:48 2015 +0800

      use_neutron_default_nets: StrOpt ->BoolOpt
      
      Config option use_neutron_default_nets is StrOpt with
      value 'True' or 'False'.  But current method _test_network_index
      uses it as boolean type, this lead to can't pass when comparing it
      with string type 'True', it doesn't test properly. This commit
      makes use_neutron_default_nets as BoolOpt.
      
      DocImpact: This option is now a BoolOpt and documentation should
      be updated accordingly.
      
      Change-Id: I19a57db073359a9e58a16cd0de39d39aa95d2aa5

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


Follow ups