]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Rename 'newapi' to 'pecan_wsgi'
authorKevin Benton <blak111@gmail.com>
Mon, 31 Aug 2015 17:22:50 +0000 (10:22 -0700)
committerKevin Benton <kevinbenton@buttewifi.com>
Wed, 2 Sep 2015 15:53:34 +0000 (15:53 +0000)
commitbe9bff66be7939b42cea47675f6c0542003a8c54
tree5f9c5a6e10c6d08dc196fe563116b70542d055cf
parentae319ee3590ffeaac3a31f98894bfbf9a82926c0
Rename 'newapi' to 'pecan_wsgi'

'newapi' was too generic and not really descriptive of the conversion
to pecan. Since there isn't any ambiguity, we will just keep all of
the pecan components in a directory called 'pecan_wsgi'.

Change-Id: I61f1cfcad4ff00582e0a481400642dd656d5245e
19 files changed:
neutron/cmd/eventlet/api.py
neutron/pecan_wsgi/__init__.py [moved from neutron/newapi/__init__.py with 100% similarity]
neutron/pecan_wsgi/app.py [moved from neutron/newapi/app.py with 92% similarity]
neutron/pecan_wsgi/controllers/__init__.py [moved from neutron/newapi/controllers/__init__.py with 100% similarity]
neutron/pecan_wsgi/controllers/root.py [moved from neutron/newapi/controllers/root.py with 100% similarity]
neutron/pecan_wsgi/hooks/__init__.py [moved from neutron/newapi/hooks/__init__.py with 71% similarity]
neutron/pecan_wsgi/hooks/attribute_population.py [moved from neutron/newapi/hooks/attribute_population.py with 100% similarity]
neutron/pecan_wsgi/hooks/context.py [moved from neutron/newapi/hooks/context.py with 100% similarity]
neutron/pecan_wsgi/hooks/notifier.py [moved from neutron/newapi/hooks/notifier.py with 100% similarity]
neutron/pecan_wsgi/hooks/ownership_validation.py [moved from neutron/newapi/hooks/ownership_validation.py with 100% similarity]
neutron/pecan_wsgi/hooks/policy_enforcement.py [moved from neutron/newapi/hooks/policy_enforcement.py with 98% similarity]
neutron/pecan_wsgi/hooks/quota_enforcement.py [moved from neutron/newapi/hooks/quota_enforcement.py with 96% similarity]
neutron/pecan_wsgi/hooks/resource_identifier.py [moved from neutron/newapi/hooks/resource_identifier.py with 100% similarity]
neutron/pecan_wsgi/hooks/translation.py [moved from neutron/newapi/hooks/translation.py with 100% similarity]
neutron/pecan_wsgi/startup.py [moved from neutron/newapi/startup.py with 100% similarity]
neutron/server/wsgi_pecan.py
neutron/tests/functional/pecan_wsgi/__init__.py [moved from neutron/tests/functional/newapi/__init__.py with 100% similarity]
neutron/tests/functional/pecan_wsgi/config.py [moved from neutron/tests/functional/newapi/config.py with 88% similarity]
neutron/tests/functional/pecan_wsgi/test_functional.py [moved from neutron/tests/functional/newapi/test_functional.py with 95% similarity]