1. e4f824b tracebacks when a RuntimeWarning: DateTimeField xxxx received a naive datet ime by Zack Williams · 9 years ago
  2. 21bd96e Fixme: NovaDB disables, so disable the code that relies on it and throws runtime errors by Zack Williams · 9 years ago
  3. 4f38a84 revert testing change by Zack Williams · 9 years ago
  4. 6b35099 fix get_query_set v. get_queryset per django change by Zack Williams · 9 years ago
  5. 787b7e1 enable exampleservice during testing by Zack Williams · 9 years ago
  6. 520f516 s/quantum/neutron/ and fix client by Zack Williams · 9 years ago
  7. ae4afe5 update to novaclient v2 by Zack Williams · 9 years ago
  8. 7981b3f _ not . by Zack Williams · 9 years ago
  9. b084edf specify keystone API 2.0 by Zack Williams · 9 years ago
  10. 44addd7 don't specify ancient openstack client versions by Zack Williams · 9 years ago
  11. 34408ac s/openstack/openstack_xos/ module renaming by Zack Williams · 9 years ago
  12. 01023e6 s/openstack/openstack_xos/ by Zack Williams · 9 years ago
  13. b9d9f6f rename openstack due to module name conflict with upstream by Zack Williams · 9 years ago
  14. ed79761 merged master by Zack Williams · 9 years ago
  15. 1b5540c Eliminate synchronizer to data model feedback by Sapan Bhatia · 9 years ago
  16. a51a042 Merge remote-tracking branch 'origin/master' into feature/lts by Zack Williams · 9 years ago
  17. 6c606e5 Merge branch 'feature/fixture-cleanup' by Scott Baker · 9 years ago
  18. d4077bf attach TenantView to MyDeployment by Scott Baker · 9 years ago
  19. f56a6d2 Merge branch 'feature/fixture-cleanup' by Scott Baker · 9 years ago
  20. faf3af1 update Makefiles to reflect refactoring of base.yaml by Scott Baker · 9 years ago
  21. 5267391 update Makefiles to reflect refactoring of base.yaml by Scott Baker · 9 years ago
  22. 2a556f2 remove defaults from networktemplate object by Scott Baker · 9 years ago
  23. 87e658d make firstname and lastname not required; remove the tosca default for bool fields in user obj by Scott Baker · 9 years ago
  24. 8ecfbdf add image to deployment by Scott Baker · 9 years ago
  25. dd4046c refactor base.yaml by Scott Baker · 9 years ago
  26. 9406ee7 return empty list when there are no service dependencies by Scott Baker · 9 years ago
  27. 8a71f80 Use TOSCA to configure VTN by Andy Bavier · 9 years ago
  28. 7642873 Make compatible with django 1.8 by Zack Williams · 9 years ago
  29. 6d52740 set service to tag by Scott Baker · 9 years ago
  30. 2398cf8 add Tag object to Tosca by Scott Baker · 9 years ago
  31. f96dd48 fixed merge of master into lts by Zack Williams · 9 years ago
  32. 2c03f01 resolve merge conflict by Scott Baker · 9 years ago
  33. 8e963e1 add fixtures.yaml to remaining configurations by Scott Baker · 9 years ago
  34. d75dd14 convert all roles, dashboardviews, flavors, and networktemplates from Fixtures to Tosca by Scott Baker · 9 years ago
  35. 79fa657 add siteroll, slicerole, tenantrole, and deploymentrole to Tosca by Scott Baker · 9 years ago
  36. e43fa64 What should work before proceeding by Andy Bavier · 9 years ago
  37. 3826522 fix syntax error by Scott Baker · 9 years ago
  38. 642dbb5 allow kind#objname syntax by Scott Baker · 9 years ago
  39. 954a076 Fixed test-standalone config by Matteo Scandolo · 9 years ago
  40. 7bdb2ac Reflect latest auto-configuration changes by Andy Bavier · 9 years ago
  41. f9b6640 Add jinja2 to pip install by Andy Bavier · 9 years ago
  42. 7212614 fix merge conflict by Scott Baker · 9 years ago
  43. cbddb9f syntax fix by Scott Baker · 9 years ago
  44. d02adbb Capitalization fix by Scott Baker · 9 years ago
  45. bad0f4c clean up references to default_flavor by Scott Baker · 9 years ago
  46. ed48af1 add tosca support for flavor by Scott Baker · 9 years ago
  47. ac63ea1 let os_* ansible modules work by Zack Williams · 9 years ago
  48. 476902d allow site_deployment to be created with no controller by Scott Baker · 9 years ago
  49. 6eedb19 move dashboard-deployment and flavor-deployment relations out of fixture and into tosca by Scott Baker · 9 years ago
  50. 8fd9c9a cleanup by Scott Baker · 9 years ago
  51. 4ce7d4f allow tosca to run with no user by Scott Baker · 9 years ago
  52. cf6e410 move mysite/mydeployment/padmin@vicci.org from fixture to tosca by Scott Baker · 9 years ago
  53. 9df9563 Merge pull request #137 from jermowery/AddVPNService by sbconsulting · 9 years ago
  54. 3d03343 Add Jinja2 to pip modules by Jeremy Mowery · 9 years ago
  55. 7543492 Turn off debugging by Jeremy Mowery · 9 years ago
  56. fa9c36a change from nova_compute to os_server by Zack Williams · 9 years ago
  57. 5f223a3 remove obsolete file by Scott Baker · 9 years ago
  58. 0e84e76 stop including event_manager.py which was commented out. This removes the fofum dep by Zack Williams · 9 years ago
  59. ed00800 increase keysize to 2048 by Zack Williams · 9 years ago
  60. 388491e another fields = '__all__' by Zack Williams · 9 years ago
  61. cca7889 more fields = '__all__' by Zack Williams · 9 years ago
  62. a134152 more additions of default __all__ fields in Meta by Zack Williams · 9 years ago
  63. 07eaa47 Have to supply fields = '__all__' in class Meta in 1.8 by Zack Williams · 9 years ago
  64. 52f6156 "null has no effect on ManyToManyField" per django 1.8 by Zack Williams · 9 years ago
  65. e1b6111 have to quote version specification with commas, whitespace by Zack Williams · 9 years ago
  66. f2f1038 django 1.8 doesn't allows both auto_now* and default on DateTimeField by Zack Williams · 9 years ago
  67. d5a1fd4 apply changes made to Dockerfile to devel/templ dockerfiles by Zack Williams · 9 years ago
  68. 22e3ed7 updated Dockerfile to LTS versions of Django, jQuery. Removed use of easy_install (using pip instead) by Zack Williams · 9 years ago
  69. 95471cf remove vestigal Dockerfile by Zack Williams · 9 years ago
  70. 7e72a07 Merge branch 'master' into feature/lts by Zack Williams · 9 years ago
  71. 06c86d0 Update README.md by Larry Peterson · 9 years ago
  72. b36954d Update VTN config generation to use VTN Service by Andy Bavier · 9 years ago
  73. c47df3d Merge master by Jeremy Mowery · 9 years ago
  74. 2690ba2 Merge pull request #139 from open-cloud/feature/remove_old_hello by Zack Williams · 9 years ago
  75. 6c0dd9d Fix CORD logo by Andy Bavier · 9 years ago
  76. 095804a add vtn service; rename service_onos_vtn to service_onos_cord by Scott Baker · 9 years ago
  77. 51afd0d fix class name by Scott Baker · 9 years ago
  78. 0936e6d missed a field by Scott Baker · 9 years ago
  79. 1bcf89f add VTNService tosca by Scott Baker · 9 years ago
  80. 90378fa add VTN models and admin by Scott Baker · 9 years ago
  81. 2049a46 Merge branch 'bugfix/vtn-config-change' by Andy Bavier · 9 years ago
  82. 231283f Updated vSG api source by Matteo Scandolo · 9 years ago
  83. 17d09ae Merge branch 'master' of github.com:open-cloud/xos by Matteo Scandolo · 9 years ago
  84. 73bba66 Update docs to reflect vSG gateway settings were removed by sbconsulting · 9 years ago
  85. f9a74b5 remove fields that are no longer present in vSG service by Scott Baker · 9 years ago
  86. cec72a3 VTN config changed slightly by Andy Bavier · 9 years ago
  87. 1827113 Merge branch 'feature/vRouter' by Scott Baker · 9 years ago
  88. b6c83a2 cleanup the exampleservice network by Scott Baker · 9 years ago
  89. 6ebd8dd fix makefile by Jeremy Mowery · 9 years ago
  90. da6bde0 Fix dashboard because Angular makes no sense by Jeremy Mowery · 9 years ago
  91. 643be22 More renaming by Jeremy Mowery · 9 years ago
  92. dd0b515 Fix CSS by Jeremy Mowery · 9 years ago
  93. fb81328 More renaming by Jeremy Mowery · 9 years ago
  94. 451050f eliminate gateway settings in vSG; start removing non-VTN vSG code by Scott Baker · 9 years ago
  95. d14090a Maybe fix naming issues by Jeremy Mowery · 9 years ago
  96. 65d6fa3 Fix migrations by Jeremy Mowery · 9 years ago
  97. c02e474 enable debugging by Jeremy Mowery · 9 years ago
  98. 8393409 Refactor container and configuration by Jeremy Mowery · 9 years ago
  99. 06a989b Regenerate view files by Jeremy Mowery · 9 years ago
  100. 1b09b33 Initial attempt and renaming VPN to OpenVPN by Jeremy Mowery · 9 years ago