diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-31 17:06:46 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-02 10:42:58 -0400 |
commit | 56eacbea90c15d772163f34a939f8f2daddf5b1f (patch) | |
tree | ccf0d088f86ab5acab9b0877a1724f7ccfe0f2b1 /version.properties | |
parent | da85de1dff6b5d026da5b4e8610ced0d5cf8c6a8 (diff) |
Fix vnf-topology-assign async
Updated vnf-topology-operation and vf-module-topolopy-operation
not to call assign-async directly.
Updated vnf-topology-operation-async and vf-module-topology-operation-async
to call assign-async instead of assign.
Change-Id: I16900ecb2126d2fe7fc3e1dfea351345272c275f
Issue-ID: SDNC-961
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 60b84d28f79ad82a827c70da68bf8b58ac945fd8
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index a2c3ec5a..61a95fd5 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=1 sprint_number=7 -feature_revision=5 +feature_revision=6 base_version=${release_name}.${sprint_number}.${feature_revision} |