Bug 1568756

Summary: openstack event list returns unexpected keyword argument
Product: Red Hat OpenStack Reporter: Ido Ovadia <iovadia>
Component: python-pankoclientAssignee: Julien Danjou <jdanjou>
Status: CLOSED WONTFIX QA Contact: Sasha Smolyak <ssmolyak>
Severity: medium Docs Contact:
Priority: medium    
Version: 13.0 (Queens)CC: rhos-maint
Target Milestone: gaKeywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-20 14:34:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ido Ovadia 2018-04-18 08:57:47 UTC
Description of problem:
=======================

(undercloud) [stack@undercloud-0 ~]$ openstack event list 
__init__() got an unexpected keyword argument 'username'


(overcloud) [stack@undercloud-0 ~]$ openstack event list 
__init__() got an unexpected keyword argument 'username'


Version-Release number of selected component:
=============================================
Rhos 13


How reproducible:
=================
100%

Steps to Reproduce:
===================
1. Deploy Rhos 13, SSL Undercloud and Overcloud 
2. source stackrc / overcloudrc
3. openstack event list

Actual results:
===============
[stack@undercloud-0 ~]$ openstack event list 
__init__() got an unexpected keyword argument 'username'


Expected results:
=================
Events should listed 

Additional info:
================
ceilometer event-list works