Fixes: Typo in comments
Change-Id: Iee3e41d82061890034ba2fb72519c96934a0608a
This commit is contained in:
parent
340280b7b8
commit
37cbe9070d
@ -160,7 +160,7 @@ function configure_redis {
|
|||||||
|
|
||||||
function configure_mongodb {
|
function configure_mongodb {
|
||||||
# Set nssize to 2GB. This increases the number of namespaces supported
|
# Set nssize to 2GB. This increases the number of namespaces supported
|
||||||
# # per database.
|
# per database.
|
||||||
pip_install pymongo
|
pip_install pymongo
|
||||||
if is_ubuntu; then
|
if is_ubuntu; then
|
||||||
install_package mongodb-server
|
install_package mongodb-server
|
||||||
@ -192,7 +192,7 @@ function install_zaqar {
|
|||||||
# install_zaqarclient() - Collect source and prepare
|
# install_zaqarclient() - Collect source and prepare
|
||||||
function install_zaqarclient {
|
function install_zaqarclient {
|
||||||
git_clone $ZAQARCLIENT_REPO $ZAQARCLIENT_DIR $ZAQARCLIENT_BRANCH
|
git_clone $ZAQARCLIENT_REPO $ZAQARCLIENT_DIR $ZAQARCLIENT_BRANCH
|
||||||
# NOTE(flaper87): Ideally, this should be develop but apparently
|
# NOTE(flaper87): Ideally, this should be developed, but apparently
|
||||||
# there's a bug in devstack that skips test-requirements when using
|
# there's a bug in devstack that skips test-requirements when using
|
||||||
# setup_develop
|
# setup_develop
|
||||||
setup_install $ZAQARCLIENT_DIR
|
setup_install $ZAQARCLIENT_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user