no way to enable meter_links on resource list via CLI
Bug #1508709 reported by
Rohit Jaiswal
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-ceilometerclient |
Fix Released
|
Undecided
|
Rohit Jaiswal |
Bug Description
This affects stable/liberty and master.
[1] was added to liberty to enable control over generating meter_links from client. However, links is disabled by default , but there is really no way to enable that from CLI since [2] doesnt pass a value for links.
[1] https:/
[2] https:/
The resource-list shell should probably include an optional CLI argument to enable links, since currently its disabled by default.
Changed in python-ceilometerclient: | |
assignee: | nobody → Rohit Jaiswal (rohit-jaiswal-3) |
summary: |
- no way to enable meter_links on resource list via client + no way to enable meter_links on resource list via CLI |
description: | updated |
Changed in python-ceilometerclient: | |
milestone: | none → 2.0.0 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
this bug report is similar to 1508708 because they both want a switcher to control whether meter_links is enabled or not
I think in CLI, the meter_links seems not required, at least I never use it, even with debug option, the response body is very long and don't look pretty when parsing it. so I think in shell it is acceptable to disable it
for SDK, there is a switcher, so user can use it