~blake-rouse/maas/add-osystem-to-node-form-api

« back to all changes in this revision

Viewing changes to src/provisioningserver/power_schema.py

Merge add-osystem-to-node-form-api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
            make_json_field('power_pass', "Power password"),
243
243
        ],
244
244
    },
 
245
    {
 
246
        'name': 'ucsm',
 
247
        'description': "Cisco UCS Manager",
 
248
        'fields': [
 
249
            make_json_field('uuid', "Server UUID"),
 
250
            make_json_field('power_address', "URL for XML API"),
 
251
            make_json_field('power_user', "API user"),
 
252
            make_json_field('power_pass', "API password"),
 
253
        ],
 
254
    },
245
255
]