SEBA-386 fix linting issues
Change-Id: I8188a670b73828d12b58fbc34ce6b9dc884f1d62
diff --git a/VERSION b/VERSION
index 815e68d..09843e3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.8
+2.0.9
diff --git a/docs/README.md b/docs/README.md
index 482b4d1..bc19778 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -14,15 +14,15 @@
This service is comprised of two models:
- `ONOSService`. Contains global service parameters. In addition to standard `Service` fields such as the `name` of the service, this model contains the following ONOS specific fields:
- - `rest_hostname`. Hostname of ONOS rest API endpoint.
- - `rest_port`. Port of ONOS rest endpoint.
- - `rest_username`. Username to use when authenticating to ONOS.
- - `rest_password`. Password to use when authenticating to ONOS.
+ - `rest_hostname`. Hostname of ONOS rest API endpoint.
+ - `rest_port`. Port of ONOS rest endpoint.
+ - `rest_username`. Username to use when authenticating to ONOS.
+ - `rest_password`. Password to use when authenticating to ONOS.
- `ONOSApp` represents an ONOS application and tracks its dependencies. This model extends the `ServiceInstance` model, adding the following fields:
- - `app_id`. Application identifier.
- - `dependencies`. Comma-separated list of apps that must be installed before this app.
- - `url`. URL at which the application is available, if it needs to be downloaded.
- - `version`. Version of the app.
+ - `app_id`. Application identifier.
+ - `dependencies`. Comma-separated list of apps that must be installed before this app.
+ - `url`. URL at which the application is available, if it needs to be downloaded.
+ - `version`. Version of the app.
In addtion to the above models, this service uses `ServiceAttributes` and
`ServiceInstanceAttributes` to hold additional configuration details for the