Comment 3 for bug 1271576

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnetodb (master)

Reviewed: https://review.openstack.org/125445
Committed: https://git.openstack.org/cgit/stackforge/magnetodb/commit/?id=2e2125b409a31c30f1edd4c70c3aa3c60c617006
Submitter: Jenkins
Branch: master

commit 2e2125b409a31c30f1edd4c70c3aa3c60c617006
Author: Nuno Santos <email address hidden>
Date: Tue Oct 28 15:41:57 2014 -0400

    Additional validation; UUIDs as internal table names

    Restrict keyspace, index, table, and attribute names to valid characters,
    and minimum and maximum lengths as per
    http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html

    Use UUIDs as internal table / column family names in Cassandra
    implementation, to deal with different length limits and valid characters.

    Closes-Bug: #1308528
    Closes-Bug: #1271576
    Closes-Bug: #1298588
    Closes-Bug: #1298633

    Implements blueprint cassandra-uuid-internal-names

    Change-Id: I47ea3dd15c6bf4b4946f626734f4d6e45375a48b