Lunr API client
Project description
LunrClient
An HTTP Client for use with the Lunr Storage Backend for Cinder
Installation
$ pip install python-lunrclient
Usage
Lunr API commandline usage
$ lunr -h Usage: lunr <command> [-h] Command line interface to the lunr api Available Commands: node account volume export env backup
Storage API commandline usage
$ storage -h -- Warning: Failed to load tools module, Missing dependency? Usage: storage <command> [-h] Command line interface to the lunr storage api Available Commands: volume status export backup env
Both lunr and storage can use environment variables for convenience.
Use lunr env and storage env to list environment variables that are used.
Currently the following are supported:
export OS_TENANT_NAME='thrawn' export LUNR_ADMIN='admin' export LUNR_TENANT_ID='admin' export LUNR_STORAGE_URL='http://localhost:8081' export LUNR_API_URL='http://localhost:8080'
Lunr API Examples
Create a 1 gig volume with a uuid for a name and use the default volume type:
$ lunr volume create 1
List the available volumes for OS_TENANT_NAME:
$ lunr volume list
Delete a volume:
$ lunr volume delete my-volume
Storage API Examples
Create a 1 gig volume with a uuid for a name:
$ storage volume create 1
List the available volumes on the storage node:
$ storage volume list
Delete a volume:
$ storage volume delete my-volume
Storage Tools
There are some additional storage server tools that are only available when run on the storage node:
$ storage tools -h Usage: storage tools <command> [-h] A collection of misc Storage Node tools Available Commands: read randomize clone write backup
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file python-lunrclient-1.3.1.tar.gz
.
File metadata
- Download URL: python-lunrclient-1.3.1.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a528efbeda6f0f075e21f9cd5c3045a0608a3e0dd2a5ebd789edceaa414acbf1 |
|
MD5 | ad68d50513c0e4bb2ee392ba8daf8c14 |
|
BLAKE2b-256 | 1e0d87017464d000770f5c40a6f243bce89848db3c03f5eef3d9b658878edd4c |
File details
Details for the file python_lunrclient-1.3.1-py2-none-any.whl
.
File metadata
- Download URL: python_lunrclient-1.3.1-py2-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06bb9fe798e1ab9cdfd4ed2d34aff83d39043bae2e10f3394d4856c4c6bd4c1c |
|
MD5 | 0a85955312abbbe84d4fb86f9f40fa3f |
|
BLAKE2b-256 | 9de6c57965542031c0ee64e59847c38fcb34077c5371e67e0d3ae0015aa2cfb1 |