Activity log for bug #1783330

Date Who What changed Old value New value Message
2018-07-24 12:56:55 Yushiro FURUKAWA bug added bug
2018-07-24 14:00:05 Yushiro FURUKAWA neutron: assignee Yushiro FURUKAWA (y-furukawa-2)
2018-07-25 07:10:56 YAMAMOTO Takashi neutron: status New Incomplete
2018-08-15 17:21:08 Yushiro FURUKAWA description When we create network log with incorrect 'resource_type' like 'aaaaa', following error message are displayed: $ openstack network log create --resource-type aaaaaa --enable my-log 'Client' object has no attribute 'list_aaaaa' 'resource_type' can choose from a result of '$ openstack network loggable resources list' $ openstack network loggable resources list +-----------------+ | Supported types | +-----------------+ | security_group | +-----------------+ When we create network log with incorrect 'resource_type' like 'aaaaa', following error message are displayed: $ openstack network log create --resource-type aaaaa --enable my-log 'Client' object has no attribute 'list_aaaaa' 'resource_type' can choose from a result of '$ openstack network loggable resources list' $ openstack network loggable resources list +-----------------+ | Supported types | +-----------------+ | security_group | +-----------------+