~james-slagle/cloud-init/lp-1260072

« back to all changes in this revision

Viewing changes to cloudinit/sources/DataSourceSmartOS.py

  • Committer: Scott Moser
  • Date: 2013-11-08 05:38:31 UTC
  • mfrom: (890.1.1 cloud-init)
  • Revision ID: smoser@ubuntu.com-20131108053831-cqdmg7lhav8b0t6v
Change SmartOS verb for availability zone

smartos host changed the name of 'region' to 'datacenter_name'

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    'user-data': ('user-data', False),
47
47
    'iptables_disable': ('iptables_disable', True),
48
48
    'motd_sys_info': ('motd_sys_info', True),
49
 
    'availability_zone': ('region', True),
 
49
    'availability_zone': ('datacenter_name', True),
50
50
}
51
51
 
52
52
DS_NAME = 'SmartOS'