You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,17 @@ This Docker volume plugin for utilizing OpenStack Cinder for persistent storage
4
4
5
5
The plugin attaches block storage volumes to the compute instance running the plugin. If the volume is already attached to another compute instance it will be detached first.
6
6
7
-
8
7
## Requirements
9
8
10
9
* Block Storage API v3
11
10
* Compute API v2
12
11
* KVM w/ virtio
13
12
14
-
15
13
## Setup
16
14
17
15
Provide configuration for the plugin:
18
16
19
-
```
17
+
```json
20
18
{
21
19
"endpoint": "http://keystone.example.org/v3",
22
20
"username": "username",
@@ -35,35 +33,33 @@ Provide configuration for the plugin:
This plugins expects `/etc/machine-id` to be the OpenStack compute instance UUID which seems to be the case when booting cloud images with KVM. Otherwise configure `machineID` in the configuration file.
57
+
This plugin expects `/etc/machine-id` to be the OpenStack compute instance UUID which seems to be the case when booting cloud images with KVM. Otherwise, configure `machineID` in the configuration file.
61
58
62
59
### Attaching volumes
63
60
64
61
Requested volumes that are already attached will be forcefully detached and moved to the requesting machine.
0 commit comments