renaming SliceAttribute into SliceTag and InterfaceSetting into InterfaceTag
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 28 Nov 2008 14:36:02 +0000 (14:36 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 28 Nov 2008 14:36:02 +0000 (14:36 +0000)
commit4492a19a0528f29d64f0c2bc1bb42723fd2df032
treed3b219c9c95025bea7ac0cb494da1bd83ae28693
parent69e48fc3fe3bfed4cc2d923a67825e0a901d486b
renaming SliceAttribute into SliceTag and InterfaceSetting into InterfaceTag
32 files changed:
PLC/Accessors/Factory.py
PLC/InterfaceSettings.py [deleted file]
PLC/InterfaceTags.py [new file with mode: 0644]
PLC/Interfaces.py
PLC/Legacy/NodeNetworks.py
PLC/Methods/AddInterfaceTag.py [moved from PLC/Methods/AddInterfaceSetting.py with 76% similarity]
PLC/Methods/AddSliceTag.py [moved from PLC/Methods/AddSliceAttribute.py with 74% similarity]
PLC/Methods/DeleteInterfaceTag.py [moved from PLC/Methods/DeleteInterfaceSetting.py with 65% similarity]
PLC/Methods/DeleteNodeTag.py
PLC/Methods/DeleteSliceTag.py [moved from PLC/Methods/DeleteSliceAttribute.py with 66% similarity]
PLC/Methods/GetBootMedium.py
PLC/Methods/GetInterfaceTags.py [moved from PLC/Methods/GetInterfaceSettings.py with 60% similarity]
PLC/Methods/GetPeerData.py
PLC/Methods/GetSliceTags.py [moved from PLC/Methods/GetSliceAttributes.py with 59% similarity]
PLC/Methods/GetSlivers.py
PLC/Methods/SliceExtendedInfo.py
PLC/Methods/SliceGetTicket.py
PLC/Methods/UpdateInterfaceTag.py [moved from PLC/Methods/UpdateInterfaceSetting.py with 64% similarity]
PLC/Methods/UpdateNodeTag.py
PLC/Methods/UpdateSliceTag.py [moved from PLC/Methods/UpdateSliceAttribute.py with 64% similarity]
PLC/Methods/__init__.py
PLC/Nodes.py
PLC/Peers.py
PLC/SliceAttributes.py [deleted file]
PLC/SliceTags.py [new file with mode: 0644]
PLC/Slices.py
PLC/TagTypes.py
PLC/__init__.py
migrations/v4-to-v5/migrate.sed
migrations/v4-to-v5/migrate.sql
planetlab5.sql
tools/slice_attributes.py