Update the rabbitmq user and password

Change the value of Rabbitmq Server's user/password to valence
in the installation

Change-Id: I3c96e32691cf9a96a785b58a5e7b943f5194d45c
Closes-Bug: #1634725
This commit is contained in:
hubian 2016-10-19 10:16:50 +08:00 committed by OctopusZhang
parent fe25cdeaae
commit c274caff6d
2 changed files with 6 additions and 6 deletions

View File

@ -26,12 +26,12 @@ Valence installation
2. Configure RabbitMq Server
``$ sudo rabbitmqctl add_user rsd rsd #user this username/pwd in valence.conf``
``$ sudo rabbitmqctl add_user valence valence #use this username/pwd in valence.conf``
``$ sudo rabbitmqctl set_user_tags rsd administrator``
``$ sudo rabbitmqctl set_permissions rsd ".*" ".*" ".*"``
``$ sudo rabbitmqctl set_user_tags valence administrator``
``$ sudo rabbitmqctl set_permissions valence ".*" ".*" ".*"``
3. Clone the Valence code from git repo and change the directory to root Valence folder.
4. Install all necessary software pre-requisites using the pip requirements file.

View File

@ -25,8 +25,8 @@ bind_port = 8181
[oslo_messaging_rabbit]
rabbit_host = localhost
rabbit_port = 5672
rabbit_userid = rsc
rabbit_password = rsc
rabbit_userid = valence
rabbit_password = valence
[podm]
#url=http://10.223.197.204