~tribaal/landscape-client/multiple-juju-unit-files

« back to all changes in this revision

Viewing changes to landscape/message_schemas.py

  • Committer: Christopher Glass
  • Date: 2014-06-04 11:50:02 UTC
  • Revision ID: christopher.glass@canonical.com-20140604115002-3pn3jtipa8rryhr0
Changed the message key name to be consistent with the register message key (juju-info-list)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
#JUJU_INFO = Message("juju-info", juju_data.copy())
117
117
 
118
118
JUJU_UNITS_INFO = Message("juju-units-info", {
119
 
    "juju-units-info": List(KeyDict(juju_data.copy()))
 
119
    "juju-info-list": List(KeyDict(juju_data.copy()))
120
120
    })
121
121
 
122
122
LOAD_AVERAGE = Message("load-average", {