Revision f2fd87d7

b/lib/cmdlib.py
6015 6015
    """Return the new params dict for the given params.
6016 6016

  
6017 6017
    @type old_params: dict
6018
    @type old_params: old parameters
6018
    @param old_params: old parameters
6019 6019
    @type update_dict: dict
6020
    @type update_dict: dict containing new parameter values,
6021
                       or constants.VALUE_DEFAULT to reset the
6022
                       parameter to its default value
6020
    @param update_dict: dict containing new parameter values,
6021
                        or constants.VALUE_DEFAULT to reset the
6022
                        parameter to its default value
6023 6023
    @type default_values: dict
6024 6024
    @param default_values: default values for the filled parameters
6025 6025
    @type parameter_types: dict
b/scripts/gnt-instance
160 160
  This function will raise an OpPrereqError in case they don't
161 161
  exist. Otherwise it will exit cleanly.
162 162

  
163
  @type client: L{luxi.Client}
163
  @type client: L{ganeti.luxi.Client}
164 164
  @param client: the client to use for the query
165 165
  @type names: list
166 166
  @param names: the list of instance names to query

Also available in: Unified diff