1. 4351fa0 fix pdu_create and nfpkg_list by garciadeblas · 7 years ago
  2. fd75fc6 osm.py: updated nfpkg-list to include nf_type filter option by garciadeblas · 7 years ago
  3. 796b674 osm.py: new aliases nfpkg-* for vnfpkg-* by garciadeblas · 7 years ago
  4. 2cc4511 support of PDUs by garciadeblas · 7 years ago
  5. fcb33eb osm.py: added config_file option to nsi_create by garciadeblas · 7 years ago
  6. 3f59228 Support of network slices by garciadeblas · 7 years ago
  7. 6991001 Support of user and project mgmt in sol005 client by garciadeblas · 8 years ago
  8. 9549b32 Fix in osm.py: vnf-scale parameters by garciadeblas · 7 years ago
  9. a0bed29 Renamed ns-scale-vdu to vnf-scale. Refactored scale code from osm.py to ns.py by garciadeblas · 7 years ago
  10. e84376b Merge "Added ns-scale-vdu command for VDU scaling" by garciadeblas · 7 years ago
  11. feec9cb Added ns-scale-vdu command for VDU scaling by tierno · 8 years ago
  12. 78e9a1b OSM_HOSTNAME defaults to 127.0.0.1 instead of None by garciadeblas · 7 years ago
  13. 30725fc osm ns-create: new option --config_file by garciadeblas · 8 years ago
  14. c4cd58f vnf-list: support of filter string; documented help for --filter by garciadeblas · 7 years ago
  15. 5b342f4 Merge "Add get_field method" by Michael Marchetti · 7 years ago
  16. e0927e1 Add get_field method by Michael Marchetti · 7 years ago
  17. 56202fc Change content-type header to text/plain for yaml and json files by gcalvino · 7 years ago
  18. c93a826 Fix bug 557 about ssh keys by garciadeblas · 7 years ago
  19. c2f1286 Fix Content-Type for ns-create by Mike Marchetti · 8 years ago
  20. baa171a Add missing wait_for_package api method by Mike Marchetti · 8 years ago
  21. 119f79f Fix1: Package upload using Python3 was still broken: by peusterm · 8 years ago BUILD_v4.0.1_1 BUILD_v4.0.1_2
  22. be96096 Fix: Make osmclient Python 3 compatible. by peusterm · 8 years ago
  23. 91b80f3 Fix bug in vnfd/nsd creation when reporting errors by garciadeblas · 8 years ago v4.0.1
  24. d5f1feb --sol005 as default option by garciadeblas · 8 years ago
  25. ac68f98 vnf-list: printing vim account id by garciadeblas · 8 years ago
  26. 061856b using http codes in sol005 client whenever possible by garciadeblas · 8 years ago v4.0.0
  27. da765d5 fix bug in vim-create with config by garciadeblas · 8 years ago
  28. cf95eef fix bugs in vnf-list and vnf-show for sol005 client by garciadeblas · 8 years ago
  29. 9c79a48 fix vim-update by using PUT and proper handling of SDN info by garciadeblas · 8 years ago
  30. e26c422 vnf-list and vnf-show for sol005 client by garciadeblas · 8 years ago
  31. 1b6c5b5 vim-update dealing with SDN controller and port mapping by garciadeblas · 8 years ago
  32. 6d10e04 new --force option for xxx-delete commands in sol005 client by garciadeblas · 8 years ago
  33. 98213d0 fix sol005 client so that delete_cmd output is processed in the caller function by garciadeblas · 8 years ago
  34. 6a9fdb5 fixes for ns-alarm-create and ns-metric-export, disabled ns-alarm-delete by garciadeblas · 8 years ago
  35. f157128 proper handling of http_codes in http.post_cmd by garciadeblas · 8 years ago
  36. 891e201 Support of ns-alarm-create, ns-alarm-delete and ns-metric-export by garciadeblas · 8 years ago
  37. e8200e1 adding missing help; fixing some checks of client version by garciadeblas · 8 years ago
  38. 170b8fd sdncontroller mgmt using sol005 api by garciadeblas · 8 years ago
  39. 0a7f125 support of PATCH method for sol005 client by garciadeblas · 8 years ago
  40. cd6336d osm.py fix bug in ns-action parameters, missing action_name by garciadeblas · 8 years ago v3.1.0
  41. 4f9d287 ssh key injection enabled with ns-create in sol005 client by garciadeblas · 8 years ago
  42. ce093de new commands: ns-op-list, ns-op-show, ns-action by garciadeblas · 8 years ago
  43. e4a7ea1 osm.py: ns-list providing detailed status of the instantiation by garciadeblas · 8 years ago
  44. 96cb439 osm.py: obfuscating vim password by garciadeblas · 8 years ago
  45. a7acd72 fix bug in upload-package with sol005 client by garciadeblas · 8 years ago
  46. 74341f0 return http_code,data tuple in DELETE operations for sol005 client by garciadeblas · 8 years ago
  47. 6ff7ac9 osm.py: print error message when using vnf-list with --sol005 by garciadeblas · 8 years ago
  48. b24bfcc osm.py: fixed typo when checking client version by garciadeblas · 8 years ago
  49. 5280cbc Allow ns-creation params: vim-network, multisite deployement by tierno · 8 years ago
  50. c04a706 osmclient: sol005.ns create now uses datacenter id by garciadeblas · 8 years ago
  51. 5802354 osm.py: fix bug in ns_list for old NB API by garciadeblas · 8 years ago
  52. 2b2d07c osm.py: fix when guessing the fullclassname in check_client_version by garciadeblas · 8 years ago
  53. f36c47a Fix bug in osmclient when invoking refactored get_key_val_from_pkg by garciadeblas · 8 years ago
  54. 017c4fb Support of new OSM NB API following SOL005 by garciadeblas · 8 years ago
  55. 70bbcaf add init method for ns_config by Mike Marchetti · 8 years ago v3.0.2 v3.0.3
  56. 6380fc0 allow ns config to set vim network name by Mike Marchetti · 8 years ago
  57. 80be3b3 do not add empty config for vim by Mike Marchetti · 8 years ago
  58. 7a1d77c update vim config by Mike Marchetti · 8 years ago
  59. 43b6011 bug 376 fix by Mike Marchetti · 8 years ago v3.0.0rc14 v3.0.0rc15 v3.0.0rc16 v3.0.0rc17 v3.0.1
  60. b4b793f bug 370 bug 364 Use tenant uuid instead of name for RO NBI by tierno · 9 years ago
  61. 78c910f vim-list Fixed. SO needed refresh of the RO Accounts Change 5516 by Anurag Dwivedi · 9 years ago v3.0.0
  62. c009e0a RBAC Support for OSMCLIENT by Anurag Dwivedi · 9 years ago v3.0.0rc2
  63. 9651775 Addressed review comments for https://osm.etsi.org/gerrit/#/c/2068/ by kasar · 9 years ago
  64. af80b5d retrieve key/val method from pkg by Mike Marchetti · 9 years ago
  65. 876cc16 remove deprecated file by Mike Marchetti · 9 years ago
  66. 4c7e237 update Makefile, pep8, scaling by Mike Marchetti · 9 years ago
  67. e84eb31 restructure osmclient by Mike Marchetti · 9 years ago
  68. 8160019 initial commit by Mike Marchetti · 9 years ago