← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1304105] Re: Section name [security_group] is wrong in sample config files

 

Reviewed:  https://review.openstack.org/85942
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=82eff3762942b3b46490d30eb3fe28dd40a6c607
Submitter: Jenkins
Branch:    milestone-proposed

commit 82eff3762942b3b46490d30eb3fe28dd40a6c607
Author: Akihiro Motoki <motoki@xxxxxxxxxxxxx>
Date:   Tue Apr 8 10:31:06 2014 +0900

    Fix wrong section name "security_group" in sample config files
    
    The section name [security_group] in Sample config files of
    ML2 and Big Switch plugins was wrong and it should be
    [securitygroup].
    
    Change-Id: I8204b2f37f96a5e46038e117853ac8637a9705fd
    Closes-Bug: #1304105
    (cherry picked from commit ec24d2cb3ac17a86ee5c4626c625131c10732143)


** Changed in: neutron
       Status: Fix Committed => Fix Released

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

Title:
  Section name [security_group] is wrong in sample config files

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  There are two duplicated configuration sections: security_group and securitygroup.
  Reference dev ML thread: http://lists.openstack.org/pipermail/openstack-dev/2014-April/032086.html

  [securitygroup] firewall_driver
  [security_group] enable_security_group

  We have [securitygroup] section exists in Havana and previous releases and it is the right section name.
  When we introduced enable_security_group option, we seem to have added a new section
  accidentally. We don't intended to introduce a new section name.

  Both firewall_driver and enable_security_group are placed in
  [securitygroup].

  It should be fixed before the release.

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


References