← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1468366] [NEW] RFE - logging API for Neutron

 

Public bug reported:

Current Neutron doesn't have the logging function of some resources.

  e.g. Security-group, Firewall

This spec proposes to create new logging API for neutron resources.
We will define a new resource named "logging".
This resource manages the following contents:

  * Target resource(UUID) for logging
  * Service type of the target resource
      "security-group", "firewall"
  * Log level

For example:

  $ neutron logging-create --service_type "sg" sg_id
  => logging resource with ID:abc will be created.
  => iptables' rule will be modified at this timing.
  * Insert "LOG" configuration into a rule related to the specified security-group)

  $ neutron logging-delete abc

  => iptables' rule will be modified at this timing.
  * Delete "LOG" configuration from the rule.

This RFE is based on the comment in the following spec.
https://review.openstack.org/#/c/132134/

And,  this spec is also related to this RFE:
https://review.openstack.org/#/c/132133/

** Affects: neutron
     Importance: Undecided
     Assignee: Yushiro FURUKAWA (y-furukawa-2)
         Status: New


** Tags: rfe

** Changed in: neutron
     Assignee: (unassigned) => Yushiro FURUKAWA (y-furukawa-2)

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

Title:
  RFE - logging API for Neutron

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Current Neutron doesn't have the logging function of some resources.

    e.g. Security-group, Firewall

  This spec proposes to create new logging API for neutron resources.
  We will define a new resource named "logging".
  This resource manages the following contents:

    * Target resource(UUID) for logging
    * Service type of the target resource
        "security-group", "firewall"
    * Log level

  For example:

    $ neutron logging-create --service_type "sg" sg_id
    => logging resource with ID:abc will be created.
    => iptables' rule will be modified at this timing.
    * Insert "LOG" configuration into a rule related to the specified security-group)

    $ neutron logging-delete abc

    => iptables' rule will be modified at this timing.
    * Delete "LOG" configuration from the rule.

  This RFE is based on the comment in the following spec.
  https://review.openstack.org/#/c/132134/

  And,  this spec is also related to this RFE:
  https://review.openstack.org/#/c/132133/

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


Follow ups

References