Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-79

Create bucket function does not allow user to set the bucket type

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • 0.8.0
    • library
    • Security Level: Public
    • None

    Description

      Create bucket function does not allow user to set the bucket type

      We should add the bucket type to the list of parameters

      it is possible to work around this with the rest interface like:
      couchbase = Couchbase("127.0.0.1:8091", "Administrator", "password")
      #get the rest interface
      rest = couchbase._rest()
      rest.create_bucket(bucket='myBucket',
      ramQuotaMB=160,
      authType='sasl',
      saslPassword='password',
      replicaNumber=0,
      bucketType='couchbase')

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tgrall Tug Grall (Inactive)
            tgrall Tug Grall (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty