Enable drbd automatically
Enable drbd-devstack automatically when the plugin is installed, no need to do this with an extra command. Change-Id: I48dbc31908c4c42112bc57ce8211ff211799ae0c
This commit is contained in:
parent
c76a1dedc5
commit
527fb2f258
@ -15,7 +15,6 @@ Usage
|
||||
Put some lines similar to these in your `local.conf`:
|
||||
|
||||
enable_plugin drbd-devstack git://git.openstack.org/openstack/drbd-devstack
|
||||
enable_service drbd-devstack
|
||||
CINDER_ENABLED_BACKENDS=drbd:drbdmanage
|
||||
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Devstack settings
|
||||
|
||||
enable_service drbd-devstack
|
||||
|
||||
FILES="${FILES:-${TOP_DIR:-/tmp}/files}"
|
||||
TEMPEST_STORAGE_PROTOCOL=iSCSI
|
||||
DRBD_DRBDCTRL_VG_SZ=1G
|
||||
|
Loading…
Reference in New Issue
Block a user