APP status of subordinate charm is always blank

Bug #1619347 reported by Nobuto Murata
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Released
Critical
Tim Penhey
juju-ci-tools
Fix Released
High
viswesuwara nathan

Bug Description

neutron-openvswitch as an example below, APP status in `juju status` is always blank. I expect APP status is "active", not blank when workload status of its units are "active".

$ juju status neutron-openvswitch
MODEL CONTROLLER CLOUD/REGION VERSION
default localhost lxd/localhost 2.0-beta16

APP VERSION STATUS EXPOSED ORIGIN CHARM REV OS
neutron-openvswitch false jujucharms neutron-openvswitch 3 ubuntu
nova-compute active false jujucharms nova-compute 3 ubuntu

RELATION PROVIDES CONSUMES TYPE
image-service glance nova-compute regular
neutron-plugin-api neutron-api neutron-openvswitch regular
neutron-plugin neutron-openvswitch nova-compute regular
amqp neutron-openvswitch rabbitmq-server regular
cloud-compute nova-cloud-controller nova-compute regular
neutron-plugin nova-compute neutron-openvswitch subordinate
compute-peer nova-compute nova-compute peer
amqp nova-compute rabbitmq-server regular

UNIT WORKLOAD AGENT MACHINE PUBLIC-ADDRESS PORTS MESSAGE
nova-compute/0 active idle 6 10.0.8.172 Unit is ready
  neutron-openvswitch/0 active idle 10.0.8.172 Unit is ready

MACHINE STATE DNS INS-ID SERIES AZ
6 started 10.0.8.172 juju-3c2daa-6 xenial

Related branches

Revision history for this message
Nobuto Murata (nobuto) wrote :

Indent may be lost, so to be more clear:
$ juju status neutron-openvswitch
...
APP VERSION STATUS EXPOSED ORIGIN CHARM REV OS
neutron-openvswitch *blank* false jujucharms neutron-openvswitch 3 ubuntu
nova-compute active false jujucharms nova-compute 3 ubuntu
...

In yaml format:
$ juju status --format yaml neutron-openvswitch
...
applications:
  neutron-openvswitch:
    charm: cs:xenial/neutron-openvswitch-3
    series: xenial
    os: ubuntu
    charm-origin: jujucharms
    charm-name: neutron-openvswitch
    charm-rev: 3
    exposed: false
    application-status: {}
    relations:
    ...
  nova-compute:
    charm: cs:xenial/nova-compute-3
    series: xenial
    os: ubuntu
    charm-origin: jujucharms
    charm-name: nova-compute
    charm-rev: 3
    exposed: false
    application-status:
      current: active
      message: Unit is ready
      since: 02 Sep 2016 00:14:25+09:00
...

Changed in juju:
status: New → Triaged
importance: Undecided → Medium
milestone: none → 2.0.0
Changed in juju:
importance: Medium → Critical
milestone: 2.0.0 → 2.0-beta18
assignee: nobody → Alexis Bruemmer (alexis-bruemmer)
Tim Penhey (thumper)
Changed in juju:
assignee: Alexis Bruemmer (alexis-bruemmer) → Tim Penhey (thumper)
Tim Penhey (thumper)
Changed in juju:
status: Triaged → In Progress
Tim Penhey (thumper)
Changed in juju:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in juju:
status: Fix Committed → Fix Released
Curtis Hovey (sinzui)
tags: added: gap needs-ci-test
Changed in juju-ci-tools:
importance: Undecided → High
Curtis Hovey (sinzui)
Changed in juju-ci-tools:
status: New → Triaged
Revision history for this message
viswesuwara nathan (viswesn) wrote :

I started working on this ticket. Thanks

Changed in juju-ci-tools:
assignee: nobody → viswesuwara nathan (viswesn)
Curtis Hovey (sinzui)
Changed in juju-ci-tools:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.