~raxnetworking/nova/bare_bones_melange

« back to all changes in this revision

Viewing changes to bin/melange-client

  • Committer: Rajaram Mallya
  • Date: 2011-09-13 13:18:16 UTC
  • Revision ID: rajarammallya@gmail.com-20110913131816-mpd69xm1vg7l0i50
Rajaram/Vinkesh | Added CLI commands for ip_address

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
    'unusable_ip_range': client.UnusableIpRangesClient,
121
121
    'unusable_ip_octet': client.UnusableIpOctetsClient,
122
122
    'allocated_ips': client.AllocatedIpAddressesClient,
 
123
    'ip_address': client.IpAddressesClient,
123
124
}
124
125
 
125
126