projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2829e9
)
Bug 820 fix - Unable to update NST via CLI
37/7837/1
author
vijay.r
<vijay.r@tataelxsi.co.in>
Fri, 9 Aug 2019 08:20:55 +0000
(13:50 +0530)
committer
vijay.r
<vijay.r@tataelxsi.co.in>
Fri, 9 Aug 2019 08:20:55 +0000
(13:50 +0530)
Change-Id: Ia7050dead57d654bbacd442953298dd39d99f57f
Signed-off-by: vijay.r <vijay.r@tataelxsi.co.in>
osmclient/sol005/nst.py
patch
|
blob
|
history
diff --git
a/osmclient/sol005/nst.py
b/osmclient/sol005/nst.py
index
b7c67be
..
ca62235
100644
(file)
--- a/
osmclient/sol005/nst.py
+++ b/
osmclient/sol005/nst.py
@@
-174,6
+174,6
@@
class Nst(object):
def update(self, name, filename):
nst = self.get(name)
- endpoint = '{}/{}/n
etslice_templates
_content'.format(self._apiBase, nst['_id'])
+ endpoint = '{}/{}/n
st
_content'.format(self._apiBase, nst['_id'])
self.create(filename=filename, update_endpoint=endpoint)