Lines Matching refs:host_attributes
123 Optional 'host_attributes' key will pipe in host_attributes
135 hostname, host_attributes = server_utils.get_host_info_from_machine(
137 args['host_attributes'] = host_attributes
149 host_attributes = args.get('host_attributes', {})
150 host_class = host_class or OS_HOST_DICT.get(host_attributes.get('os_type'))
176 Optional 'host_attributes' key will pipe in host_attributes
182 hostname, host_attributes = server_utils.get_host_info_from_machine(
184 kwargs['host_attributes'] = host_attributes
195 Optional 'host_attributes' key will pipe in host_attributes