Bug 1295541
| Summary: | ERROR: openstack 'ArgumentParser' object has no attribute 'debug' | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | tkammer |
| Component: | python-tripleoclient | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Shai Revivo <srevivo> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 (Kilo) | CC: | hbrock, jcoufal, jrist, jslagle, mburns, rhel-osp-director-maint |
| Target Milestone: | --- | Keywords: | Automation |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-14 22:24:33 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: | |||
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10. 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 |
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