~ricgard/maas/network-and-design-fixes

« back to all changes in this revision

Viewing changes to src/provisioningserver/power/schema.py

  • Committer: Richard McCartney
  • Date: 2016-05-17 22:24:31 UTC
  • mfrom: (5004.1.27 maas)
  • Revision ID: richard.mccartney@canonical.com-20160517222431-fdf2h8rckxj9gwy8
Merging trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
        ],
414
414
        'ip_extractor': make_ip_extractor('power_address'),
415
415
    },
 
416
    {
 
417
        'name': 'nova',
 
418
        'description': 'OpenStack nova',
 
419
        'fields': [
 
420
            make_json_field('nova_id', "Host UUID"),
 
421
            make_json_field('os_tenantname', "Tenant name"),
 
422
            make_json_field('os_username', "Username"),
 
423
            make_json_field('os_password', "Password", field_type='password'),
 
424
            make_json_field('os_authurl', "Auth URL"),
 
425
        ],
 
426
    },
416
427
]
417
428
 
418
429
POWER_TYPE_PARAMETERS_BY_NAME = {