- b9d9f6f rename openstack due to module name conflict with upstream by Zack Williams · 9 years ago
- ed79761 merged master by Zack Williams · 9 years ago
- 1b5540c Eliminate synchronizer to data model feedback by Sapan Bhatia · 9 years ago
- a51a042 Merge remote-tracking branch 'origin/master' into feature/lts by Zack Williams · 9 years ago
- 6c606e5 Merge branch 'feature/fixture-cleanup' by Scott Baker · 9 years ago
- d4077bf attach TenantView to MyDeployment by Scott Baker · 9 years ago
- f56a6d2 Merge branch 'feature/fixture-cleanup' by Scott Baker · 9 years ago
- faf3af1 update Makefiles to reflect refactoring of base.yaml by Scott Baker · 9 years ago
- 5267391 update Makefiles to reflect refactoring of base.yaml by Scott Baker · 9 years ago
- 2a556f2 remove defaults from networktemplate object by Scott Baker · 9 years ago
- 87e658d make firstname and lastname not required; remove the tosca default for bool fields in user obj by Scott Baker · 9 years ago
- 8ecfbdf add image to deployment by Scott Baker · 9 years ago
- dd4046c refactor base.yaml by Scott Baker · 9 years ago
- 9406ee7 return empty list when there are no service dependencies by Scott Baker · 9 years ago
- 8a71f80 Use TOSCA to configure VTN by Andy Bavier · 9 years ago
- 7642873 Make compatible with django 1.8 by Zack Williams · 9 years ago
- 6d52740 set service to tag by Scott Baker · 9 years ago
- 2398cf8 add Tag object to Tosca by Scott Baker · 9 years ago
- f96dd48 fixed merge of master into lts by Zack Williams · 9 years ago
- 2c03f01 resolve merge conflict by Scott Baker · 9 years ago
- 8e963e1 add fixtures.yaml to remaining configurations by Scott Baker · 9 years ago
- d75dd14 convert all roles, dashboardviews, flavors, and networktemplates from Fixtures to Tosca by Scott Baker · 9 years ago
- 79fa657 add siteroll, slicerole, tenantrole, and deploymentrole to Tosca by Scott Baker · 9 years ago
- e43fa64 What should work before proceeding by Andy Bavier · 9 years ago
- 3826522 fix syntax error by Scott Baker · 9 years ago
- 642dbb5 allow kind#objname syntax by Scott Baker · 9 years ago
- 954a076 Fixed test-standalone config by Matteo Scandolo · 9 years ago
- 7bdb2ac Reflect latest auto-configuration changes by Andy Bavier · 9 years ago
- f9b6640 Add jinja2 to pip install by Andy Bavier · 9 years ago
- 7212614 fix merge conflict by Scott Baker · 9 years ago
- cbddb9f syntax fix by Scott Baker · 9 years ago
- d02adbb Capitalization fix by Scott Baker · 9 years ago
- bad0f4c clean up references to default_flavor by Scott Baker · 9 years ago
- ed48af1 add tosca support for flavor by Scott Baker · 9 years ago
- ac63ea1 let os_* ansible modules work by Zack Williams · 9 years ago
- 476902d allow site_deployment to be created with no controller by Scott Baker · 9 years ago
- 6eedb19 move dashboard-deployment and flavor-deployment relations out of fixture and into tosca by Scott Baker · 9 years ago
- 8fd9c9a cleanup by Scott Baker · 9 years ago
- 4ce7d4f allow tosca to run with no user by Scott Baker · 9 years ago
- cf6e410 move mysite/mydeployment/padmin@vicci.org from fixture to tosca by Scott Baker · 9 years ago
- 9df9563 Merge pull request #137 from jermowery/AddVPNService by sbconsulting · 9 years ago
- 3d03343 Add Jinja2 to pip modules by Jeremy Mowery · 9 years ago
- 7543492 Turn off debugging by Jeremy Mowery · 9 years ago
- fa9c36a change from nova_compute to os_server by Zack Williams · 9 years ago
- 5f223a3 remove obsolete file by Scott Baker · 9 years ago
- 0e84e76 stop including event_manager.py which was commented out. This removes the fofum dep by Zack Williams · 9 years ago
- ed00800 increase keysize to 2048 by Zack Williams · 9 years ago
- 388491e another fields = '__all__' by Zack Williams · 9 years ago
- cca7889 more fields = '__all__' by Zack Williams · 9 years ago
- a134152 more additions of default __all__ fields in Meta by Zack Williams · 9 years ago
- 07eaa47 Have to supply fields = '__all__' in class Meta in 1.8 by Zack Williams · 9 years ago
- 52f6156 "null has no effect on ManyToManyField" per django 1.8 by Zack Williams · 9 years ago
- e1b6111 have to quote version specification with commas, whitespace by Zack Williams · 9 years ago
- f2f1038 django 1.8 doesn't allows both auto_now* and default on DateTimeField by Zack Williams · 9 years ago
- d5a1fd4 apply changes made to Dockerfile to devel/templ dockerfiles by Zack Williams · 9 years ago
- 22e3ed7 updated Dockerfile to LTS versions of Django, jQuery. Removed use of easy_install (using pip instead) by Zack Williams · 9 years ago
- 95471cf remove vestigal Dockerfile by Zack Williams · 9 years ago
- 7e72a07 Merge branch 'master' into feature/lts by Zack Williams · 9 years ago
- 06c86d0 Update README.md by Larry Peterson · 9 years ago
- b36954d Update VTN config generation to use VTN Service by Andy Bavier · 9 years ago
- c47df3d Merge master by Jeremy Mowery · 9 years ago
- 2690ba2 Merge pull request #139 from open-cloud/feature/remove_old_hello by Zack Williams · 9 years ago
- 6c0dd9d Fix CORD logo by Andy Bavier · 9 years ago
- 095804a add vtn service; rename service_onos_vtn to service_onos_cord by Scott Baker · 9 years ago
- 51afd0d fix class name by Scott Baker · 9 years ago
- 0936e6d missed a field by Scott Baker · 9 years ago
- 1bcf89f add VTNService tosca by Scott Baker · 9 years ago
- 90378fa add VTN models and admin by Scott Baker · 9 years ago
- 2049a46 Merge branch 'bugfix/vtn-config-change' by Andy Bavier · 9 years ago
- 231283f Updated vSG api source by Matteo Scandolo · 9 years ago
- 17d09ae Merge branch 'master' of github.com:open-cloud/xos by Matteo Scandolo · 9 years ago
- 73bba66 Update docs to reflect vSG gateway settings were removed by sbconsulting · 9 years ago
- f9a74b5 remove fields that are no longer present in vSG service by Scott Baker · 9 years ago
- cec72a3 VTN config changed slightly by Andy Bavier · 9 years ago
- 1827113 Merge branch 'feature/vRouter' by Scott Baker · 9 years ago
- b6c83a2 cleanup the exampleservice network by Scott Baker · 9 years ago
- 6ebd8dd fix makefile by Jeremy Mowery · 9 years ago
- da6bde0 Fix dashboard because Angular makes no sense by Jeremy Mowery · 9 years ago
- 643be22 More renaming by Jeremy Mowery · 9 years ago
- dd0b515 Fix CSS by Jeremy Mowery · 9 years ago
- fb81328 More renaming by Jeremy Mowery · 9 years ago
- 451050f eliminate gateway settings in vSG; start removing non-VTN vSG code by Scott Baker · 9 years ago
- d14090a Maybe fix naming issues by Jeremy Mowery · 9 years ago
- 65d6fa3 Fix migrations by Jeremy Mowery · 9 years ago
- c02e474 enable debugging by Jeremy Mowery · 9 years ago
- 8393409 Refactor container and configuration by Jeremy Mowery · 9 years ago
- 06a989b Regenerate view files by Jeremy Mowery · 9 years ago
- 1b09b33 Initial attempt and renaming VPN to OpenVPN by Jeremy Mowery · 9 years ago
- 9b71ee0 s/element_name/name/ , fixes #42 by Zack Williams · 9 years ago
- 6f54b16 Update container ubuntu version, and switch to ansible PPA by Zack Williams · 9 years ago
- 1d21f96 first run at removing older tutorials by Zack Williams · 9 years ago
- fda63ce Fix admin by Jeremy Mowery · 9 years ago
- 2abe222 Fix migrations by Jeremy Mowery · 9 years ago
- a1e4aee Fix __init__ by Jeremy Mowery · 9 years ago
- 61c012c Fix service inconsistencies by Jeremy Mowery · 9 years ago
- 0e28d0a Fix user inconsistencies by Jeremy Mowery · 9 years ago
- c27d3c5 Fix user inconsistencies by Jeremy Mowery · 9 years ago
- 3ec27b7 Fix user inconsistencies by Jeremy Mowery · 9 years ago
- c117054 Fix user inconsistencies by Jeremy Mowery · 9 years ago
- c26b6a1 Merge master by Jeremy Mowery · 9 years ago