Changes between Version 12 and Version 13 of CloudPlugin


Ignore:
Timestamp:
Jan 28, 2011, 10:28:29 PM (13 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v12 v13  
    135135 * {{{description}}} - used in the grid view - see screenshot above.
    136136
    137 Now it gets a bit more intense:
     137Now it gets a bit more intense (the following should really all be on one line in {{{trac.ini}}}):
    138138
    139139{{{
    140140[cloud.instance]
    141141..
    142 fields = name < NameHandler, ec2.instance_id as Instance ID, run_list_ as Roles < RunListHandler, created_by as Created By < AuthorHandler, created_at_ as Created At < EpochHandler, ohai_time_ as Last Check-in < AgoEpochHandler, ec2.instance_type as Instance Type, ec2.hostname as Private Hostname, ec2.public_hostname_ as Public Hostname < SshHandler, ec2.placement_availability_zone as Availability Zone, ec2.ami_id as Image ID, supervisord.ssl_port_ as supervisord < HttpsHandler
     142fields = name < NameHandler, ec2.instance_id as Instance ID, run_list_ as Roles < RunListHandler, created_by as Created By < AuthorHandler,
     143  created_at_ as Created At < EpochHandler, ohai_time_ as Last Check-in < AgoEpochHandler, ec2.instance_type as Instance Type,
     144  ec2.hostname as Private Hostname, ec2.public_hostname_ as Public Hostname < SshHandler, ec2.placement_availability_zone as Availability Zone,
     145  ec2.ami_id as Image ID, supervisord.ssl_port_ as supervisord < HttpsHandler
    143146}}}
    144147