Bug 959740
Summary: | [RFE] RHEVM-CLI: Prevent options that not in auto-completion from being specified | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ilia Meerovich <iliam> |
Component: | ovirt-engine-cli | Assignee: | Juan Hernández <juan.hernandez> |
Status: | CLOSED DUPLICATE | QA Contact: | Shai Revivo <srevivo> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.2.0 | CC: | acathrow, bazulay, eedri, iheim, jkt, juan.hernandez, oramraz, Rhev-m-bugs, srevivo, yeylon |
Target Milestone: | --- | Keywords: | FutureFeature, Improvement |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-16 13:46:00 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 885429 | ||
Bug Blocks: |
Description
Ilia Meerovich
2013-05-05 08:09:31 UTC
caused by generateDS 2.9 --vm-creation_time is a read-only property that irrelevant to this context. Ilia, actuality fixing this bug means preventing options that are not in auto-completion Raising the Severity / Priority since this issue affects automation tests , it's also seems like a regression in behavior from previous builds . Why do we need to prevent those options ? Can't we ignore them as before ? (In reply to comment #6) > Raising the Severity / Priority since this issue affects automation tests , > it's also seems like a regression in behavior from previous builds . > Why do we need to prevent those options ? Can't we ignore them as before ? i tend to agree with you oded, there are a lot of well known implementations (such as XML for instance) that silently ignoring unknown elements, if you don't have an option in auto-completion, don't invent it ... also blocking this will create another issue where not up to date SDK documentation, will block from cli to use new features. for now added 'fail nicely patch' to file with cli internal error rather standard python AttributeError *** This bug has been marked as a duplicate of bug 885429 *** |