Skip to content

Commit 17409a3

Browse files
author
Gabriel Monroy
committed
add provider discovery on registration #16
1 parent 4dabce9 commit 17409a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

client/deis/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ def auth_register(self, args):
312312
# add ssh keys before formations are created
313313
print
314314
self.keys_add({})
315+
print
316+
self.providers_discover({})
317+
print
315318
else:
316319
print('Registration failed', response.content)
317320
return False

0 commit comments

Comments
 (0)