You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2016/06/18 15:41:25 UTC

usergrid git commit: auth region is required now

Repository: usergrid
Updated Branches:
  refs/heads/usergrid-1268-akka-211 4394a206a -> 645512016


auth region is required now


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/64551201
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/64551201
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/64551201

Branch: refs/heads/usergrid-1268-akka-211
Commit: 645512016e3c3ce21a333dfecc956126717deec2
Parents: 4394a20
Author: Dave Johnson <sn...@apache.org>
Authored: Sat Jun 18 09:23:16 2016 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Sat Jun 18 09:23:54 2016 -0400

----------------------------------------------------------------------
 .../collection/src/test/resources/usergrid.properties               | 1 +
 stack/rest/src/test/resources/usergrid-custom-test.properties       | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/64551201/stack/corepersistence/collection/src/test/resources/usergrid.properties
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/src/test/resources/usergrid.properties b/stack/corepersistence/collection/src/test/resources/usergrid.properties
index d2650f7..f20dfe8 100644
--- a/stack/corepersistence/collection/src/test/resources/usergrid.properties
+++ b/stack/corepersistence/collection/src/test/resources/usergrid.properties
@@ -7,6 +7,7 @@ collection.akka.hostname=localhost
 collection.akka.port=2551
 collection.akka.region=us-east
 usergrid.queue.regionList=us-east
+collection.akka.uniquevalue.authoritative.region=us-east
 collection.akka.region.seeds=us-east\:localhost\:2551
 
 collection.akka.uniquevalue.actors=300

http://git-wip-us.apache.org/repos/asf/usergrid/blob/64551201/stack/rest/src/test/resources/usergrid-custom-test.properties
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/resources/usergrid-custom-test.properties b/stack/rest/src/test/resources/usergrid-custom-test.properties
index 660e8b8..5c587f4 100644
--- a/stack/rest/src/test/resources/usergrid-custom-test.properties
+++ b/stack/rest/src/test/resources/usergrid-custom-test.properties
@@ -59,6 +59,7 @@ collection.akka.hostname=localhost
 collection.akka.port=2551
 collection.akka.region=us-east
 usergrid.queue.regionList=us-east
+collection.akka.uniquevalue.authoritative.region=us-east
 collection.akka.region.seeds=us-east\:localhost\:2551
 
 collection.akka.uniquevalue.actors=300