Failed profile-type-list for redundent keyword argument 'paginated'

Bug #1530019 reported by Cindia-blue
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
senlin
Fix Released
Critical
Cindia-blue

Bug Description

lixinhui@lixinhui-virtual-machine2:/opt/stack/senlin$ senlin --debug profile-type-list
INFO (shell) 1
DEBUG (extension) found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token')
DEBUG (extension) found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken')
DEBUG (extension) found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode')
DEBUG (extension) found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password')
DEBUG (extension) found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password')
DEBUG (extension) found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword')
DEBUG (extension) found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token')
DEBUG (extension) found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token')
DEBUG (extension) found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password')
Traceback (most recent call last):
  File "/usr/local/bin/senlin", line 11, in <module>
    sys.exit(main())
  File "/opt/stack/python-senlinclient/senlinclient/shell.py", line 308, in main
    SenlinShell().main(args)
  File "/opt/stack/python-senlinclient/senlinclient/shell.py", line 294, in main
    args.func(sc, args)
  File "/opt/stack/python-senlinclient/senlinclient/v1/shell.py", line 46, in do_profile_type_list
    types = sc.conn.cluster.profile_types(paginated=False)
  File "/usr/local/lib/python2.7/dist-packages/openstack/cluster/v1/_proxy.py", line 42, in profile_types
    return self._list(_profile_type.ProfileType, paginated=False, **query)
TypeError: _list() got multiple values for keyword argument 'paginated'

Changed in senlin:
assignee: nobody → Cindia-blue (miaoxinhuili)
Qiming Teng (tengqim)
Changed in senlin:
importance: Undecided → Critical
status: New → Triaged
milestone: none → mitaka-2
tags: added: python-senlinclient
Qiming Teng (tengqim)
Changed in senlin:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.