admin-guide-cloud: change pastedeploy to PasteDeploy

According to https://pypi.python.org/pypi/PasteDeploy the correct name
of the project is PasteDeploy and not pastedeploy.

Change-Id: I6e9cb56fbf683b9c78114d520d300b02793d2bd1
This commit is contained in:
Christian Berendt
2015-09-21 21:54:23 +02:00
parent 09314e1f72
commit 33cfc76750

View File

@@ -72,10 +72,10 @@ human-readable string:
allowed_origin = *
allow_methods = GET
Enabling CORS with pastedeploy
Enabling CORS with PasteDeploy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In other services, CORS is configured via pastedeploy. In this case,
In other services, CORS is configured via PasteDeploy. In this case,
you must first make sure that OpenStack's :code:`oslo_middleware` package
(version 2.4.0 or later) is available in the Python environment that is
running the service. Then, add the following configuration block to your