You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/08 13:27:39 UTC

[GitHub] cbickel commented on a change in pull request #2697: Increase CouchDB to version 2.0

cbickel commented on a change in pull request #2697: Increase CouchDB to version 2.0
URL: https://github.com/apache/incubator-openwhisk/pull/2697#discussion_r137789890
 
 

 ##########
 File path: ansible/roles/couchdb/tasks/deploy.yml
 ##########
 @@ -40,18 +48,9 @@
     port: "{{ db_port }}"
     timeout: 60
 
-- name: create admin user
-  uri:
-    url: "{{ db_protocol }}://{{ ansible_host }}:{{ db_port }}/_config/admins/{{ db_username }}"
-    method: PUT
-    body: >
-        "{{ db_password }}"
-    body_format: json
-    status_code: 200
 
 Review comment:
   Yes, the admin user can be created with the env as well.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services