update README.md to point to new code and docs

The the links to the pastedeploy is outdated, and now pointing to
the new location. The link to the developer documentation is also
outdated, and pointing to the latest one

Change-Id: I58f835b6617fdeae9960f5226cd0a875eb33b61e
This commit is contained in:
Arif Ali 2019-12-16 17:54:18 +00:00
parent 518ae9a01b
commit 00c7f7917a
No known key found for this signature in database
GPG Key ID: 369608FBA1353A70
1 changed files with 3 additions and 3 deletions

View File

@ -176,17 +176,17 @@ The developer guide for Neutron contains a description of the startup
process which makes it clear that api-paste.ini is parsed only once process which makes it clear that api-paste.ini is parsed only once
in neutron-api's lifetime (see the "WSGI Application" section): in neutron-api's lifetime (see the "WSGI Application" section):
https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/devref/api_layer.rst#n49 https://opendev.org/openstack/neutron/src/branch/master/doc/source/contributor/internals/api_layer.rst
For the api-paste.ini format in general, please consult PasteDeploy For the api-paste.ini format in general, please consult PasteDeploy
repository docs/index.txt, "Config Format" section: repository docs/index.txt, "Config Format" section:
https://bitbucket.org/ianb/pastedeploy https://github.com/Pylons/pastedeploy
Classes in loadwsgi.py contain config_prefixes that can be used for Classes in loadwsgi.py contain config_prefixes that can be used for
middleware types - these are the prefixes the charm code validates middleware types - these are the prefixes the charm code validates
passed data against: passed data against:
https://bitbucket.org/ianb/pastedeploy/src/4b27133a2a7db58b213ae55b580039c11d2055c0/paste/deploy/loadwsgi.py?at=default&fileviewer=file-view-default https://github.com/Pylons/pastedeploy/blob/master/paste/deploy/loadwsgi.py
# Policy Overrides # Policy Overrides