Bug 1295541 - ERROR: openstack 'ArgumentParser' object has no attribute 'debug'
Summary: ERROR: openstack 'ArgumentParser' object has no attribute 'debug'
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-tripleoclient
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
: 10.0 (Newton)
Assignee: RHOS Maint
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-04 19:22 UTC by tkammer
Modified: 2016-10-14 22:24 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-14 22:24:33 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description tkammer 2016-01-04 19:22:43 UTC
Description of problem:
While trying to list the arguments provided by "openstack overcloud" I got the following error during the list of arguments:
""
Could not load EntryPoint.parse('overcloud_netenv_validate = rdomanager_oscplugin.v1.overcloud_netenv_validate:ValidateOvercloudNetenv')
ERROR: openstack 'ArgumentParser' object has no attribute 'debug'
"""

How reproducible:
100%

Steps to Reproduce:
1. install an undecloud using osp director
2. run "source ~/stackrc; openstack --help"
3. See failure

Actual results:
Could not load EntryPoint.parse('overcloud_netenv_validate = rdomanager_oscplugin.v1.overcloud_netenv_validate:ValidateOvercloudNetenv')
ERROR: openstack 'ArgumentParser' object has no attribute 'debug'

Expected results:
Full list of options

Comment 2 Mike Burns 2016-04-07 21:03:37 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 4 Jason E. Rist 2016-10-14 22:24:33 UTC
This is not a bug in the current release:
[stack@instack tripleo-common]$ openstack overcloud --help
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
Command "overcloud" matches:
  overcloud deploy
  overcloud execute
  overcloud image build
  overcloud image upload
  overcloud netenv validate
  overcloud node configure
  overcloud node delete
  overcloud node import
  overcloud node introspect
  overcloud node provide
  overcloud plan create
  overcloud plan delete
  overcloud plan list
  overcloud profiles list
  overcloud profiles match
  overcloud update stack
  overcloud upgrade


Note You need to log in before you can comment on or make changes to this bug.