Update version number to 1.0.3

This commit is contained in:
Ramy Asselin 2014-04-08 09:53:29 -07:00
parent 7e4105dcc3
commit ef2e6ee87a
3 changed files with 10 additions and 5 deletions

View File

@ -17,3 +17,8 @@ Changes in Version 1.0.2
- Added support for query parameter in getVolume
Changes in Version 1.0.3
------------------------
- Added missing Flask imports so that running unit tests against the mock LHOS
pass

View File

@ -24,7 +24,7 @@ HP LeftHand REST Client
"""
version_tuple = (1, 0, 2)
version_tuple = (1, 0, 3)
def get_version_string():

View File

@ -1,9 +1,9 @@
[TEST]
flask_url=http://localhost:5001/lhos
user=administrator
pass=hpinvent
unit=false
pass=password
unit=true
debug=false
start_flask_server=true
cluster=ClusterVSA309
lhos_url=http://10.10.22.7:8080/lhos
cluster=ClusterName
lhos_url=https://10.10.10.10:8081/lhos