Skip to main content

Crate openstack_keystone_distributed_storage

Crate openstack_keystone_distributed_storage 

Source
Expand description

§Keystone distributed storage.

A distributed storage for OpenStack Keystone backed by Raft and Fjall KV database.

Re-exports§

pub use store::log_store::FjallLogStore;
pub use store::state_machine::FjallStateMachine;
pub use crate::protobuf as pb;

Modules§

app
grpc
network
protobuf
store

Structs§

TypeConfig
Declare the type configuration for example K/V store.

Enums§

StoreError
Keystone Store error.

Functions§

new
Create a pair of FjallLogStore and FjallStateMachine that are backed by a same fjall db instance.