projects
/
osm
/
LW-UI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e32006
)
FIX bug 576
05/6805/1
author
lombardofr
<lombardo@everyup.it>
Wed, 31 Oct 2018 08:29:53 +0000
(09:29 +0100)
committer
lombardofr
<lombardo@everyup.it>
Wed, 31 Oct 2018 08:30:07 +0000
(09:30 +0100)
Change-Id: I0c154cc730e13e860880cbb06091ed6ee5fbba11
instancehandler/views.py
patch
|
blob
|
history
diff --git
a/instancehandler/views.py
b/instancehandler/views.py
index
e38e586
..
d71cd32
100644
(file)
--- a/
instancehandler/views.py
+++ b/
instancehandler/views.py
@@
-65,7
+65,7
@@
def create(request):
"vimAccountId": request.POST.get('vimAccountId', ''),
}
if 'ssh_key' in request.POST and request.POST.get('ssh_key') != '':
- ns_data["ssh_keys"] =
request.POST.get('ssh_key')
+ ns_data["ssh_keys"] =
[request.POST.get('ssh_key')]
if 'config' in request.POST:
ns_config = yaml.load(request.POST.get('config'))