Updated quickstart docs

Change-Id: Ib9da6c4692da45a58efe8f4f26aa88ef6c528fca
This commit is contained in:
Proskurin Kirill 2017-03-09 14:49:18 +03:00
parent 4ab13c93c7
commit 9981245102
1 changed files with 3 additions and 2 deletions

View File

@ -156,8 +156,9 @@ Append replicas configuration:
cat >> ~/.ccp.yaml << EOF cat >> ~/.ccp.yaml << EOF
replicas: replicas:
galera: 3 database: 3
rabbitmq: 3 rpc: 3
notifications: 1
EOF EOF
This will sets the number of replicas to create for each service. We need 3 This will sets the number of replicas to create for each service. We need 3