rename to poppy

This commit is contained in:
amitgandhinz
2014-08-07 13:22:34 -04:00
parent 31906801f8
commit f71389c2bb
10 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ installed and running.
1. From your home folder create the ``~/.poppy`` folder and clone the repo::
$ cd
$ mkdir .cdn
$ mkdir .poppy
$ git clone https://github.com/rackerlabs/cdn.git
2. Copy the Poppy config files to the directory ``~/.poppy``::

View File

@@ -70,7 +70,7 @@ copyright = u'2010-present, OpenStack Foundation'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
from cdn.version import version_info
from poppy.version import version_info
# The full version, including alpha/beta/rc tags.
release = version_info.release_string()
# The short X.Y version.

View File

@@ -31,19 +31,19 @@ source-dir = doc/source
console_scripts =
poppy-server = poppy.cmd.server:run
cdn.transport =
poppy.transport =
falcon = poppy.transport.falcon:Driver
pecan = poppy.transport.pecan:Driver
cdn.manager =
poppy.manager =
default = poppy.manager.default:Driver
cdn.storage =
poppy.storage =
mongodb = poppy.storage.mongodb:Driver
cassandra = poppy.storage.cassandra:Driver
mockdb = poppy.storage.mockdb:Driver
cdn.provider =
poppy.provider =
fastly = poppy.provider.fastly:Driver
mock = poppy.provider.mock:Driver