Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 7759e2fd82 Retire astara repo
Retire repository, following
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Change-Id: If5f7d284bd107a93edd9272ac0ed8e6d20ba5c51
2018-10-14 12:50:35 +02:00
zhangyanxian b626edaaad Fix typo in coordination.py
TrivialFix

Change-Id: I07af7a959f5a216ae66b0e0ba9437336198a9c87
2016-10-04 21:22:37 +00:00
Jenkins 2ba33fa75e Merge "Filter the 'leader' member from cluster membership list" 2016-01-22 19:57:54 +00:00
Adam Gandelman 8ad5cffc80 Filter the 'leader' member from cluster membership list
When configured to use zookeeper, tooz reports an additional member
named 'leader' in its membership list.  This can mess with construction
of the hash table.  This removes it from the list of members we use for
the DHT.

Closes-Bug: #1535857

Change-Id: I1d3d7c27984c99c46d6d26e0b9f21c3b5a511617
2016-01-19 10:58:37 -08:00
Yang Li 592487b7f5 Fix log message translator issues
Instead of log.info("xxx") and log.warning("xxx"),
we should use log.info(_LI("xxx")) and log.warning(_LW("xxx"))

Closes-Bug:1530271

Change-Id: Ia55dcb315ecc1ded9e44d29e215b842667ac8940
Signed-off-by: Yang Li <yang.li@easystack.cn>
2016-01-05 11:02:18 +08:00
Mark McClain a5ab32c80f Step 3 of module rename
In this step all of the imports and usage of akanda.rug is updated to
use astara. Addtionally rename all internal references from Akanda to
Astara.

Change-Id: I0cb8596066d949bceaadc4718b210fc373b5f296
Depends-On: I87106ae63747291bb6424839b5155f53136c54f9
Implements: blueprint convert-to-astara
2015-12-04 17:00:52 -05:00
Mark McClain 22304fd0ea Step 2 of renaming the code
Partially-Implements: blueprint convert-to-astara
Change-Id: I416b774557c2233652d62daf1b94cbf5dc83fa8b
2015-12-04 11:09:34 -05:00