← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1667406] Re: Wrongly capitalized field names in JSON output of "lxc list"

 

** Changed in: lxd (Ubuntu Trusty)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1667406

Title:
  Wrongly capitalized field names in JSON output of "lxc list"

Status in lxd package in Ubuntu:
  Fix Released
Status in lxd source package in Trusty:
  Fix Released
Status in lxd source package in Xenial:
  Fix Released

Bug description:
  This only affects LXD 2.0.9 in Ubuntu right now.

  # Rationale
  LXD 2.0.9 regressed JSON output of "lxc list" when compared to LXD 2.0.8 by having a few fields be now capitalized.

  # Testcase
   - lxc launch ubuntu:16.04 xen
   - lxc list --format=json | grep Snapshots
   - Upgrade
   - lxc list --format=json | grep Snapshots

  ("Snapshots" is meant to be "snapshots")

  # Regression potential
  The commit only fixes the name of the two affected fields. It's unlikely that someone is already relying on the wrongly capitalized name and it's certainly worth fixing the regression for people scripting LXD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1667406/+subscriptions


References