1. 3927886 retrieve segmentation id from neutron networks by Scott Baker · 8 years ago feature/bidirectional
  2. fca52df addresspool now has cidr field and can only hold one cidr by Scott Baker · 8 years ago
  3. 09a3f64 add gateway_ip, gateway_mac, and service to AddressPool by Scott Baker · 8 years ago
  4. d0e8ed8 Custom model tologdict by Sapan Bhatia · 8 years ago
  5. 272949f protect against handing out an in-use address if someone re-ran the tosca recipe and reset the available addresses by Scott Baker · 8 years ago
  6. c5dfb5f start adding ability to delete ports from openstack by Scott Baker · 8 years ago
  7. a6a5b29 fix bugs by Scott Baker · 8 years ago
  8. 2e60860 add inuse field by Scott Baker · 8 years ago
  9. 6167c92 AddressPool object by Scott Baker · 8 years ago
  10. e60c73b enforce choices in network.access by Scott Baker · 8 years ago
  11. a36a990 Data model support for network access classes by Scott Baker · 8 years ago
  12. e50115b rename Quantum to Neutron by Scott Baker · 9 years ago
  13. c9642a7 remove segmentation_id from port by Scott Baker · 9 years ago
  14. d0f74ec parameter helper functions by Scott Baker · 9 years ago
  15. dcf9e0d fold Container object into Instance by Scott Baker · 9 years ago
  16. e4ea895 Add container class, add segmentation_id to Port, allow ports to be attached to containers by Scott Baker · 9 years ago
  17. 34d16d4 some objects had broken select_by_users functions by Scott Baker · 9 years ago
  18. 2a5fe80 cleanup a few remaining reference to NetworkInstances by Scott Baker · 9 years ago
  19. c682292 complete the NetworkSlice->Port renaming by Scott Baker · 9 years ago
  20. 3201006 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 9 years ago
  21. b956a5d resolve merge conflicts by Tony Mack · 9 years ago
  22. e553b47 store neutron mac addr in port object by Scott Baker · 9 years ago
  23. 26ea0eb resolve merge conflicts by Tony Mack · 9 years ago
  24. 30690b1 network.links and sliver.ports are now reverse_name aliases for networksliver by Scott Baker · 9 years ago
  25. 5a7d931 start renaming NetworkSliver to Port by Scott Baker · 9 years ago
  26. d0ca597 remove 'reserve' field from NetworkSliver by Scott Baker · 9 years ago
  27. 895d804 resolve merge conflicts by Tony Mack · 9 years ago
  28. 3789cb2 add field to prevent network from being auto-connected as a slice's default private net by Scott Baker · 9 years ago
  29. d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
  30. a92af1f add ability to create NetworkSlivers with sliver=None by Scott Baker · 9 years ago
  31. b3c363e some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 9 years ago
  32. 5d93a9e replace composite_primary_key hack with django's unique together by Tony Mack · 9 years ago
  33. c8836df define composite primary key for models that need them by Tony Mack · 9 years ago
  34. 7d85a03 fix wrong model name by Scott Baker · 9 years ago
  35. ef20dd5 rename planetstack directory to xos by Scott Baker · 9 years ago[Renamed from planetstack/core/models/network.py]
  36. 3428e6e refactor object write permissions by Tony Mack · 9 years ago
  37. 928888b conflict resolution by Scott Baker · 9 years ago
  38. 723fd25 network.py warning messages to stderr instead of stdout by Scott Baker · 9 years ago
  39. 3066a95 removing plural from model names. some cleanup by Tony Mack · 9 years ago
  40. 549aa25 update code to use renamed network fields by Scott Baker · 9 years ago
  41. 369f9b9 update to make use of renamed NetworkTemplate fields by Scott Baker · 9 years ago
  42. 201f7da latest auto-generated genapi by Scott Baker · 9 years ago
  43. 51c4a7d introduce Controller model by Tony Mack · 10 years ago
  44. 7e9b608 add controllerUrl to network object by Scott Baker · 10 years ago
  45. 59078f8 check in network migrations by Scott Baker · 10 years ago
  46. f83ea30 Migration script for conventions-related renaming by Sapan Bhatia · 10 years ago
  47. 6bfa2ca This change renamed a number of misnamed related fields (e.g. site_privileges->siteprivileges), adds them where they are missing, and changes the corresponding accessors. by Sapan Bhatia · 10 years ago
  48. a289ed7 validate ports field in network object by Scott Baker · 10 years ago
  49. 5e5f455 add default select_by_user to plcorebase, hunt down and destroy select_by_user methods in other classes that were redundant with the new default by Scott Baker · 10 years ago
  50. ed7b83b Deployment filtering for NetworkDeployment objects by Sapan Bhatia · 10 years ago
  51. 5bbaa23 punch through portfwd; fix not all ports used in sync_network_slivers by Scott Baker · 10 years ago
  52. 95d81c7 add select_by_user for NetworkTemplate by Scott Baker · 10 years ago
  53. 457c84c rename openstack network_id field to net_id to avoid conflict with django network_id foreign key field by Tony Mack · 10 years ago
  54. e9b0869 add NetworkDeployment object by Tony Mack · 10 years ago
  55. 5efa133 update select_by_user() by Tony Mack · 10 years ago
  56. 31683c8 fix AttributeError by Tony Mack · 10 years ago
  57. 332ee1d refactor by Tony Mack · 10 years ago
  58. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  59. cf04fb6 Adjustments for initial public launch of OpenCloud by Siobhan Tully · 10 years ago
  60. fe81aa4 Add Site and Deployment to Network object by Andy Bavier · 11 years ago
  61. ce652d0 Adjusted modeling of Service, Slice and Tags. Added RequestRouter starter App. Modified Admin.py of core apps for new relationships. Modified the initial_data for new roles, and deprecated ForeignKey relationships. by Siobhan Tully · 11 years ago
  62. f4df952 create NetworkSliver objects when networks are attached to instances by Scott Baker · 11 years ago
  63. 5f814b5 shared network template support by Scott Baker · 11 years ago
  64. 87e5e09 add translation field to network template by Scott Baker · 11 years ago
  65. 87191e7 fields for observer/driver, permission checks on attaching networks to slices by Scott Baker · 11 years ago
  66. 026bfe7 allow NetworkSliver.ip to be null, fix NO_OBSERVER define by Scott Baker · 11 years ago
  67. 58a9c7a import network data model from plstackapi-network branch by Scott Baker · 11 years ago