Searched refs:bootargs (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openstack/horizon/files/
H A Doverrides.py52 # Add bootargs feature to 'SetAdvanced' workflow action.
86 # If locally configured to do so add bootargs metadata vars
113 # Add bootargs feature to 'UpdateInstance' workflow action class.
116 bootargs = forms.CharField( variable in class:UpdateInstanceBootargAction
129 metadata = {'bootargs': data['bootargs'].strip()}
130 if metadata['bootargs']:
150 # Add bootargs To the action class for UpdateInstance
155 contributes = ("bootargs", "bootargs_persist",)
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py1323 'bootargs',
2095 bootargs = []
2100 # Get any bootargs already set in the zone
2101 cur_bootargs = lookup_resource_property(zone, 'global', 'bootargs')
2103 # Get any bootargs set in the instance metadata by the user
2104 meta_bootargs = instance.metadata.get('bootargs')
2107 bootargs = ['--', str(meta_bootargs)]
2113 # Temporarily clear bootargs in zone config
2114 zc.clear_resource_props('global', ['bootargs'])
2117 zone.boot(bootargs)
[all...]

Completed in 20 milliseconds