1. 4193d2a chuckmoved model_policy.py into synchronizers by Sapan Bhatia · 8 years ago
  2. 7edfe7f Moved dependency_walker into generate, as well as model policies by Sapan Bhatia · 8 years ago
  3. 19e74d1 move util/xml.py and update reference from config.py by Scott Baker · 8 years ago
  4. 7e33735 remove unused glob.py by Scott Baker · 8 years ago
  5. b88ba35 remove obsolete api-related views and api files by Scott Baker · 8 years ago
  6. 807432d move scripts to tools by Scott Baker · 8 years ago
  7. dc90a24 clean up references to scripts/opencloud by Scott Baker · 8 years ago
  8. 67e1ccb resolve some oddities with HPC admin failing to add services by Scott Baker · 8 years ago
  9. 5759433 move docker_start_xos and docker_setup_xos to tools/ by Scott Baker · 8 years ago
  10. 171c23b rename scripts/opencloud to tools/xos-manage by Scott Baker · 8 years ago
  11. 9b4a6e5 Moved template README in right folder by Matteo Scandolo · 8 years ago
  12. 2f033b2 Added README in xos_config folder by Matteo Scandolo · 8 years ago
  13. 037c947 Replicated openstack synchronizer into a base synchronizer, to be by Sapan Bhatia · 8 years ago
  14. 1d5e7dc Moved ec2 observer into synchronizers by Sapan Bhatia · 8 years ago
  15. c83da37 Moved openstack observer into synchronizers by Sapan Bhatia · 8 years ago
  16. 16be143 Relocated observer namespace into synchronizers.base by Sapan Bhatia · 8 years ago
  17. becc057 Bugfix in chuckmove. If foo is mapped to bar, accept foo.test not by Sapan Bhatia · 8 years ago
  18. d64e844 Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 8 years ago
  19. a9047dd Chuckmove: a tool for reorganizing Python source trees by Sapan Bhatia · 8 years ago
  20. e8b0555 Update README.md by Larry Peterson · 8 years ago
  21. a0029ca move admin_customize to xos/ by Scott Baker · 8 years ago
  22. 422d521 Removed unused templates by Matteo Scandolo · 8 years ago
  23. aef7f0c add README.md for admin_customize by Scott Baker · 8 years ago
  24. bb6dd53 moved away cord and registration templates by Matteo Scandolo · 8 years ago
  25. 87dc34b Started testing Service class by Matteo Scandolo · 8 years ago
  26. f33e216 allow use of xos-config.py when xos not installed in /opt/xos by Scott Baker · 8 years ago
  27. 069f90b move xos-config.py to tools directory by Scott Baker · 8 years ago
  28. 7914dab use 0.0.0.0 instead of the host's public hostname by Scott Baker · 8 years ago
  29. 6159b61 remove reference to monitor by Scott Baker · 8 years ago
  30. 62add2a remove reference to monitor and old stats view by Scott Baker · 8 years ago
  31. b7bb0b7 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 8 years ago
  32. 1907241 eliminate references to monitor by Scott Baker · 8 years ago
  33. 53ee3f0 Slice validation error is now returning 403 by Matteo Scandolo · 8 years ago
  34. dbbaac3 Delete synchronizers by Larry Peterson · 8 years ago
  35. 1ccabd9 Authentication broken with multiple tests by Matteo Scandolo · 8 years ago
  36. 1f90a73 Create README.md by Larry Peterson · 8 years ago
  37. 4c34add Create README.md by Larry Peterson · 8 years ago
  38. ceebaa5 Delete ovs_neutron_plugin.py by Larry Peterson · 8 years ago
  39. f946bc0 Delete ovs_models_v2.py by Larry Peterson · 8 years ago
  40. 55dbfae Delete ovs_db_v2.py by Larry Peterson · 8 years ago
  41. 15807a0 Delete nat.py by Larry Peterson · 8 years ago
  42. 5b98fdf Delete __init__.py by Larry Peterson · 8 years ago
  43. 14b8434 Delete monitordriver.py by Larry Peterson · 8 years ago
  44. 68ff607 Delete user_importer.py by Larry Peterson · 8 years ago
  45. 5ce5096 Delete slice_importer.py by Larry Peterson · 8 years ago
  46. aa0af5d Delete site_importer.py by Larry Peterson · 8 years ago
  47. 74dac04 Delete role_importer.py by Larry Peterson · 8 years ago
  48. 1632257 Delete instance_importer.py by Larry Peterson · 8 years ago
  49. 9623af5 Delete importer.py by Larry Peterson · 8 years ago
  50. 7dccaad Delete __init__.py by Larry Peterson · 8 years ago
  51. 77084f9 Delete __init__.py by Larry Peterson · 8 years ago
  52. 1fb105d Delete keystone_user.py by Larry Peterson · 8 years ago
  53. 0575470 Delete modeling-services-fig2.png by Larry Peterson · 8 years ago
  54. 025d94e Delete modeling-services-fig1.png by Larry Peterson · 8 years ago
  55. 2c1b84e Delete xos.spec by Larry Peterson · 8 years ago
  56. 72dc87f Delete xos.deps by Larry Peterson · 8 years ago
  57. ba55322 Delete upgrade-container.sh by Larry Peterson · 8 years ago
  58. 80b30f3 Delete setup.py by Larry Peterson · 8 years ago
  59. c7a4f79 Delete observer.conf by Larry Peterson · 8 years ago
  60. 634cd89 Delete observer-initscript by Larry Peterson · 8 years ago
  61. 77e1172 Delete install_opencloud by Larry Peterson · 8 years ago
  62. 74223ab Delete docker-cp.sh by Larry Peterson · 8 years ago
  63. e86b13b Delete ansible-hosts by Larry Peterson · 8 years ago
  64. a9a7896 Delete Makefile by Larry Peterson · 8 years ago
  65. 07cbb8e build local dockerfile by Tony Mack · 9 years ago
  66. 7289f35 notes on VTN Synchronizer by sbconsulting · 9 years ago
  67. e8bc646 fix delete call by Scott Baker · 9 years ago
  68. 17c6f43 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  69. c08ec1d plumb through the REST api calls by Scott Baker · 9 years ago
  70. eb3bad9 turn off the restriction that source networks cannot be access networks by Scott Baker · 9 years ago
  71. a70291d Slice roughly tested by Matteo Scandolo · 9 years ago
  72. 35a6021 move destroy networks up top, add notes about VNC by sbconsulting · 9 years ago
  73. 05441f3 Create site test passing by Matteo Scandolo · 9 years ago
  74. 4c89105 Test Environment is working by Matteo Scandolo · 9 years ago
  75. a8167a7 Basic XOS+VTN environment by Andy Bavier · 9 years ago
  76. 872ca11 Merge branch 'master' into feature/rest-api-test by Matteo Scandolo · 9 years ago
  77. 8660adf Detect premature activation of the Synchronizer by Sapan Bhatia · 9 years ago
  78. ab27819 Attempt to fix. Migration are not running... DB is empty when tosca.run is called by Matteo Scandolo · 9 years ago
  79. fdb74cf helper script for setting up vtn in bash configuration by Scott Baker · 9 years ago
  80. 3e8f420 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  81. 11db11c have the VTN manage the network node by Scott Baker · 9 years ago
  82. 33c0a28 Test start by Matteo Scandolo · 9 years ago
  83. a82dbd5 Fixes for devstack setup by Andy Bavier · 9 years ago
  84. a2c673b Fixed a couple of bugs by Andy Bavier · 9 years ago
  85. be9a9ca Fixed typo by Andy Bavier · 9 years ago
  86. 0aa226f CORD-414: Dynamic update of authorized openstack project list for ceilometer tenants by Srikanth Vavilapalli · 9 years ago
  87. ea43327 Downgrade django-filter by Andy Bavier · 9 years ago
  88. 61ee020 Remove solved problem by sbconsulting · 9 years ago
  89. feffda9 Update README-VTN.md by sbconsulting · 9 years ago
  90. 5a8f3f3 correction on port number by sbconsulting · 9 years ago
  91. e65f8d5 redo instructions about compute and nm configuration by sbconsulting · 9 years ago
  92. b327876 configure nm node by Scott Baker · 9 years ago
  93. 77224f6 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  94. 3e5a1f5 needed to specify ssh_key by Scott Baker · 9 years ago
  95. d57ae5b Merge branch 'config-refactored' by Andy Bavier · 9 years ago
  96. b71260b Use docker-compose framework by Andy Bavier · 9 years ago
  97. b46dce8 Add a couple more helpers by Andy Bavier · 9 years ago
  98. f9a4c35 Add a couple more helpers by Andy Bavier · 9 years ago
  99. aa236b2 get the address of the nm node as well by Scott Baker · 9 years ago
  100. a162ffd Revert 'Backend' to 'CloudLab' by Andy Bavier · 9 years ago