~therve/landscape-client/cloud-missing-kernel

« back to all changes in this revision

Viewing changes to landscape/message_schemas.py

  • Committer: Thomas Hervé
  • Date: 2012-01-23 12:10:15 UTC
  • mfrom: (433.1.1 cloud-ip-addresses)
  • Revision ID: thomas@canonical.com-20120123121015-4l10nzuggu5he07b
Merge cloud-ip-addresses [r=ack,free.ekanayaka] [f=918366]

Report private and public IP adresses from the metadata service at cloud
registration time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
     "launch_index": Int(),
169
169
     "image_key": Unicode(),
170
170
     "tags": Any(utf8, Constant(None)),
171
 
     "vm-info": String()},
172
 
     optional=["tags", "vm-info"])
 
171
     "vm-info": String(),
 
172
     "public_ipv4": Unicode(),
 
173
     "local_ipv4": Unicode()},
 
174
     optional=["tags", "vm-info", "public_ipv4", "local_ipv4"])
173
175
 
174
176
TEMPERATURE = Message("temperature", {
175
177
    "thermal-zone": utf8,