Commit a79626fe by Guba Sándor

docs: updated to cache backend

parent 8699bfe4
...@@ -74,6 +74,7 @@ Save configuration to virtualenv and activate environment:: ...@@ -74,6 +74,7 @@ Save configuration to virtualenv and activate environment::
export LIBVIRT_URI=test:///default export LIBVIRT_URI=test:///default
export AMQP_URI=amqp://cloud:password@$(hostname)/circle export AMQP_URI=amqp://cloud:password@$(hostname)/circle
export HYPERVISOR_TYPE=test export HYPERVISOR_TYPE=test
export CACHE_URI=pylibmc://$(hostname):11211/
END END
Copy the libvrit bindings to the local virtualenv directory:: Copy the libvrit bindings to the local virtualenv directory::
...@@ -92,4 +93,4 @@ Copy the upstart scripts for celery services:: ...@@ -92,4 +93,4 @@ Copy the upstart scripts for celery services::
Start celery daemons:: Start celery daemons::
$ sudo start vmcelery $ sudo start vmcelery
$ sudo start netcelery $ sudo start netcelery
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment