]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Test on param_value changes as follows:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Tue, 30 Aug 2011 16:37:12 +0000 (17:37 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Tue, 30 Aug 2011 16:37:12 +0000 (17:37 +0100)
commite45508525633ebfdcf8870819276681dd409c233
tree3b3a34434527b6095dc482028d953694bd38f1e2
parentb3263d371b65682a0a49aa58123927eddd70c96d
Test on param_value changes as follows:

            # If the parameter wasn't found and it was required, return 400
            if param_value is None and param['required']:
                msg = ("Failed to parse request. " +
                       "Parameter: " + param_name + " not specified")
                for line in msg.split('\n'):
                    LOG.error(line)
                raise exc.HTTPBadRequest(msg)
quantum/api/api_common.py