Skip to content

Commit 2b07318

Browse files
committed
Upload driver v0.3.0 which supports Liberty release
1 parent 3541688 commit 2b07318

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EMCUnityDriver performs the volume operations by Restful API management interfac
1818

1919
## Supported OpenStack Release
2020

21-
This driver supports Kilo release.
21+
This driver supports Liberty release.
2222

2323
## Requirements
2424

emc_unity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
LOG = logging.getLogger(__name__)
4747

4848
CONF = cfg.CONF
49-
VERSION = '00.02.02'
49+
VERSION = '00.03.00'
5050

5151
GiB = 1024 * 1024 * 1024
5252
ENABLE_TRACE = False

0 commit comments

Comments
 (0)