plcapi.git
7 years agoremove PLC.Debug.log, use PLC.Logger.logger instead newlogs
Thierry Parmentelat [Wed, 15 Feb 2017 11:05:51 +0000 (12:05 +0100)]
remove PLC.Debug.log, use PLC.Logger.logger instead
no more old-fashioned print >> log construction
stuff goes into /var/log/plcapi.log
(requires a change in plc.d/httpd for initialization)

7 years agoSetting tag plcapi-5.3-11 plcapi-5.3-11
Thierry Parmentelat [Wed, 8 Feb 2017 20:17:12 +0000 (21:17 +0100)]
Setting tag plcapi-5.3-11
mostly issued for the R2lab deployment
*** major
* dots allowed in login_base and slice name
* new lease filter 'day'
*** minor
* more explicit message in case of overlapping resas
* bugfix: escaping unicode in xml
* GetLeases allowed to anonymous callers
*** miscell
* use plain json library

7 years agoprettified r2lab
Thierry Parmentelat [Tue, 13 Dec 2016 16:09:49 +0000 (17:09 +0100)]
prettified

7 years agoleasefilter has the new ‘day’ key
Thierry Parmentelat [Tue, 13 Dec 2016 11:28:17 +0000 (12:28 +0100)]
leasefilter has the new ‘day’ key
for selecting a number of days from today

7 years agoleasefilter pep8’ed
Thierry Parmentelat [Tue, 13 Dec 2016 08:51:51 +0000 (09:51 +0100)]
leasefilter pep8’ed

7 years agomake GetLeases reachable with anon auth
Thierry Parmentelat [Tue, 13 Dec 2016 08:51:20 +0000 (09:51 +0100)]
make GetLeases reachable with anon auth

7 years agor2lab is migrating from a previous depl. based on omf_sfa
Thierry Parmentelat [Mon, 12 Dec 2016 10:18:45 +0000 (11:18 +0100)]
r2lab is migrating from a previous depl. based on omf_sfa
and so it comes with rather long dot-separated names
allow ‘.’ on both sides of the _ in slice names,
and so also allow ‘.’ in site login_base

7 years agoupdate hint link
Thierry Parmentelat [Thu, 25 Aug 2016 13:55:13 +0000 (15:55 +0200)]
update hint link

7 years agofix issue with escaping unicode strings for xmlrpc
Thierry Parmentelat [Thu, 25 Aug 2016 12:22:40 +0000 (14:22 +0200)]
fix issue with escaping unicode strings for xmlrpc

7 years agoremove simplejson dependency
Thierry Parmentelat [Thu, 25 Aug 2016 12:22:14 +0000 (14:22 +0200)]
remove simplejson dependency

7 years agouse standard json module
Thierry Parmentelat [Thu, 25 Aug 2016 12:20:43 +0000 (14:20 +0200)]
use standard json module

7 years agoSetting tag plcapi-5.3-10 plcapi-5.3-10
Thierry Parmentelat [Sun, 10 Jul 2016 14:13:08 +0000 (16:13 +0200)]
Setting tag plcapi-5.3-10
GetBootMedium with systemd-debug option : add kernel arg systemd.log_target=console

7 years agodefine systemd.log_target=console when used with systemd-debug
Thierry Parmentelat [Thu, 7 Jul 2016 12:59:37 +0000 (14:59 +0200)]
define systemd.log_target=console when used with systemd-debug

8 years agoSetting tag plcapi-5.3-9 plcapi-5.3-9
Thierry Parmentelat [Fri, 26 Jun 2015 05:48:47 +0000 (07:48 +0200)]
Setting tag plcapi-5.3-9
new bootstate 'upgrade' is like reinstall but leaves slices intact

8 years agoa slightly clearer version of GetSliceFamily
Thierry Parmentelat [Tue, 2 Jun 2015 15:42:33 +0000 (17:42 +0200)]
a slightly clearer version of GetSliceFamily

9 years agocosmetic
Thierry Parmentelat [Fri, 24 Apr 2015 15:17:36 +0000 (17:17 +0200)]
cosmetic

9 years agodefine new boot_state 'upgrade'
Thierry Parmentelat [Fri, 24 Apr 2015 15:17:26 +0000 (17:17 +0200)]
define new boot_state 'upgrade'

9 years agoSetting tag plcapi-5.3-8 plcapi-5.3-8
Thierry Parmentelat [Fri, 24 Apr 2015 13:12:32 +0000 (15:12 +0200)]
Setting tag plcapi-5.3-8
GetBootMedium now keeps logs of created bootCD's in /var/tmp/bootmedium

9 years agoGetBootMedium: when running build.sh, the log used to be trashed, we now keep it...
Thierry Parmentelat [Fri, 24 Apr 2015 10:09:28 +0000 (12:09 +0200)]
GetBootMedium: when running build.sh, the log used to be trashed, we now keep it under
/var/tmp/bootmedium/{date}-{nodename}.log
plus, a lot of cosmetic changes that use .format() instead of %, and other styling of that kind

9 years agofixed make sync - use ssh and not lxc-enter-namespace
Thierry Parmentelat [Fri, 24 Apr 2015 09:24:42 +0000 (11:24 +0200)]
fixed make sync - use ssh and not lxc-enter-namespace
also properly restart httpd

9 years agoSetting tag plcapi-5.3-7 plcapi-5.3-7
Thierry Parmentelat [Fri, 3 Apr 2015 06:23:40 +0000 (08:23 +0200)]
Setting tag plcapi-5.3-7
reviewed logging strategy, no more direct print but use log instead

9 years agoGetBootMedium accepts the 'systemd-debug' option to turn on verbosity for the bootCD...
Thierry Parmentelat [Tue, 3 Mar 2015 15:03:43 +0000 (16:03 +0100)]
GetBootMedium accepts the 'systemd-debug' option to turn on verbosity for the bootCD (and probably subsequent boots as well)
tag with the same name 'systemd-debug' would have the same effect

9 years agoclean up Makefile's sync target - we do not own any VS-based PLC host
Thierry Parmentelat [Mon, 2 Mar 2015 16:30:30 +0000 (17:30 +0100)]
clean up Makefile's sync target - we do not own any VS-based PLC host

9 years agoreview 'print' statements - make sure to use PLC.Debug.log that gets redirected to...
Thierry Parmentelat [Mon, 2 Mar 2015 16:18:37 +0000 (17:18 +0100)]
review 'print' statements - make sure to use PLC.Debug.log that gets redirected to /var/log/httpd/error_log
especially for GetBootMedium that tends to become very long

9 years agoSetting tag plcapi-5.3-6 plcapi-5.3-6
Thierry Parmentelat [Wed, 18 Feb 2015 10:35:29 +0000 (11:35 +0100)]
Setting tag plcapi-5.3-6
extensions for the ipv6 feature
DeleteSliceTag can be run with the 'node' auth
xmlrpc-epi-php.c has has a tweak for f21/php-5.6
also SOAPpy is not present in f21 anymore, so drop that dep. with f>=21

9 years agoplcapi stops requiring SOAPpy starting with fedora21 as this rpm is not maintained...
Thierry Parmentelat [Sat, 3 Jan 2015 17:19:06 +0000 (18:19 +0100)]
plcapi stops requiring SOAPpy starting with fedora21 as this rpm is not maintained anymore

9 years agopatch in our xmlrpc-php layer for fedora21
Thierry Parmentelat [Fri, 2 Jan 2015 14:08:04 +0000 (15:08 +0100)]
patch in our xmlrpc-php layer for fedora21

9 years agoinstrument the email-checking code to expose problematic email address in exception
Thierry Parmentelat [Wed, 5 Nov 2014 08:34:46 +0000 (09:34 +0100)]
instrument the email-checking code to expose problematic email address in exception

9 years agoAdded the role 'node' to the DeleteSliceTag method. It makes sense that ipv6
Guilherme Sperb Machado [Tue, 16 Sep 2014 23:57:36 +0000 (01:57 +0200)]
Added the role 'node' to the DeleteSliceTag method. It makes sense that
nodes can delete slice tags.

9 years agojust included the ipv6 to the Accessors' init
Guilherme Sperb Machado [Tue, 16 Sep 2014 23:09:48 +0000 (01:09 +0200)]
just included the ipv6 to the Accessors' init

9 years agoadded the accessor for the ipv6 support in slices
Guilherme Sperb Machado [Fri, 12 Sep 2014 15:28:39 +0000 (17:28 +0200)]
added the accessor for the ipv6 support in slices

9 years agoSetting tag plcapi-5.3-5 plcapi-5.3-5
Thierry Parmentelat [Tue, 19 Aug 2014 13:05:50 +0000 (15:05 +0200)]
Setting tag plcapi-5.3-5
allow GetSlices to filter on tags as well

9 years agoallow GetSlices to filter on tags as well
Thierry Parmentelat [Tue, 19 Aug 2014 13:04:49 +0000 (15:04 +0200)]
allow GetSlices to filter on tags as well

9 years agoSetting tag plcapi-5.3-4 plcapi-5.3-4
Thierry Parmentelat [Tue, 19 Aug 2014 10:47:01 +0000 (12:47 +0200)]
Setting tag plcapi-5.3-4
enable filtering on tags (like hrn) with GetPersons and GetSites

9 years agotags defined on Person and Site were not exposed to Filter, so that e.g.
Thierry Parmentelat [Mon, 18 Aug 2014 17:46:23 +0000 (19:46 +0200)]
tags defined on Person and Site were not exposed to Filter, so that e.g.
GetPersons({'hrn':<something>},['email','hrn'])
was failing although the 'hrn' tag is marked as expose_to_api

9 years agoMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
Thierry Parmentelat [Fri, 18 Jul 2014 09:55:16 +0000 (11:55 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/plcapi

9 years agomake sync: no /rootfs/ anymore, and using lxc-enter-namespace
Thierry Parmentelat [Fri, 18 Jul 2014 09:53:53 +0000 (11:53 +0200)]
make sync: no /rootfs/ anymore, and using lxc-enter-namespace

9 years agoSetting tag plcapi-5.3-3 plcapi-5.3-3
Thierry Parmentelat [Mon, 2 Jun 2014 07:47:38 +0000 (09:47 +0200)]
Setting tag plcapi-5.3-3
provide more context in messages from AddPersonToSlice and DeletePersonFromSlice

9 years agoexceptions thrown by AddPersonToSlice and DeletePersonFromSlice show more context
Thierry Parmentelat [Fri, 16 May 2014 07:54:01 +0000 (09:54 +0200)]
exceptions thrown by AddPersonToSlice and DeletePersonFromSlice show more context

10 years agoSetting tag plcapi-5.3-2 plcapi-5.3-2
Thierry Parmentelat [Fri, 21 Mar 2014 15:31:33 +0000 (16:31 +0100)]
Setting tag plcapi-5.3-2
don't use PyXML that is deprecated in f20, use lxml instead
higher max size for login_base (32 vs 20) and slice name (64 vs 32)

10 years agoincrease max slice_name length to 64 chars
Tony Mack [Tue, 25 Feb 2014 20:24:55 +0000 (15:24 -0500)]
increase max slice_name length to 64 chars

10 years agoincrease max login_base length to 32 chars
Tony Mack [Tue, 25 Feb 2014 20:24:05 +0000 (15:24 -0500)]
increase max login_base length to 32 chars

10 years agopython-2.7 is now for granted
Thierry Parmentelat [Thu, 9 Jan 2014 12:58:38 +0000 (13:58 +0100)]
python-2.7 is now for granted

10 years agonoreal change, just nicer requires
Thierry Parmentelat [Thu, 9 Jan 2014 12:55:33 +0000 (13:55 +0100)]
noreal change, just nicer requires

10 years agoRequires: python-lxml
Thierry Parmentelat [Thu, 9 Jan 2014 12:52:21 +0000 (13:52 +0100)]
Requires: python-lxml

10 years agoan attempt to reinstate wsdl generation, not such a big deal after all
Thierry Parmentelat [Thu, 9 Jan 2014 11:42:49 +0000 (12:42 +0100)]
an attempt to reinstate wsdl generation, not such a big deal after all

10 years agoPLC.GPG (used in slice ticket methods) does not use PyXML anymore, but lxml instead
Thierry Parmentelat [Thu, 9 Jan 2014 11:40:47 +0000 (12:40 +0100)]
PLC.GPG (used in slice ticket methods) does not use PyXML anymore, but lxml instead

10 years agobugfix
Thierry Parmentelat [Thu, 9 Jan 2014 10:31:14 +0000 (11:31 +0100)]
bugfix

10 years agoturn off wsdl generation for now as this requires PyXML that was dropped in f19
Thierry Parmentelat [Wed, 8 Jan 2014 15:37:03 +0000 (16:37 +0100)]
turn off wsdl generation for now as this requires PyXML that was dropped in f19

10 years agoSetting tag plcapi-5.3-1 plcapi-5.3-1
Thierry Parmentelat [Tue, 10 Dec 2013 07:48:21 +0000 (08:48 +0100)]
Setting tag plcapi-5.3-1
create accessor 'hrn' for site as well
create accessors 'sfa_created' for site/slice/person
AddSite() and AddSlice() set respectively Site HRN and Slice HRN.
UpdatePerson() updates Person HRN according to updated email.
UpdateSite() updates Site HRN according to updated login_base.
Fix AddPersonToSite().
GetPeerData() ignores Sites/Slices/Persons that have tag sfa_created=='True'
RefreshPeer() manages Site*Person and Person*Role relationships.

10 years agobump version number to 5.3
Thierry Parmentelat [Tue, 10 Dec 2013 07:45:42 +0000 (08:45 +0100)]
bump version number to 5.3

10 years agoRefreshPeer now manages Site*Person and Person*Role relationships
Mohamed Larabi [Fri, 6 Dec 2013 19:00:57 +0000 (20:00 +0100)]
RefreshPeer now manages Site*Person and Person*Role relationships

10 years agofix GetPeerData()
Mohamed Larabi [Tue, 3 Dec 2013 16:37:52 +0000 (17:37 +0100)]
fix GetPeerData()

10 years agohandle peers with old version of myplc that does not support 'hrn' field in Node
Mohamed Larabi [Fri, 29 Nov 2013 17:18:45 +0000 (18:18 +0100)]
handle peers with old version of myplc that does not support 'hrn' field in Node

10 years agoGetPeerData() ignores Sites/Slices/Persons that have the tag sfa_created=True, so...
Mohamed Larabi [Fri, 29 Nov 2013 17:11:07 +0000 (18:11 +0100)]
GetPeerData() ignores Sites/Slices/Persons that have the tag sfa_created=True, so they dont get treated by RefreshPeer()

10 years agoAddPersonToSite: fix updating person's HRN
Mohamed Larabi [Tue, 26 Nov 2013 11:07:33 +0000 (12:07 +0100)]
AddPersonToSite: fix updating person's HRN

10 years agoUpdateSite: check if tagtype HRN exists before setting/updating it
Mohamed Larabi [Mon, 18 Nov 2013 15:10:48 +0000 (16:10 +0100)]
UpdateSite: check if tagtype HRN exists before setting/updating it

10 years agoUpdatePerson: fix the part of updating the person HRN tag
Mohamed Larabi [Fri, 15 Nov 2013 16:39:21 +0000 (17:39 +0100)]
UpdatePerson: fix the part of updating the person HRN tag

10 years agoUpdateSite: if site tag HRN does not exist then we need to create it
Mohamed Larabi [Fri, 15 Nov 2013 10:38:28 +0000 (11:38 +0100)]
UpdateSite: if site tag HRN does not exist then we need to create it

10 years agoUpdate Site HRN when Site's login_base is updated
Mohamed Larabi [Thu, 14 Nov 2013 16:46:52 +0000 (17:46 +0100)]
Update Site HRN when Site's login_base is updated

10 years agoUpdate Person HRN when Person's email is updated
Mohamed Larabi [Thu, 14 Nov 2013 16:46:10 +0000 (17:46 +0100)]
Update Person HRN when Person's email is updated

10 years agoSet Site/Slice HRN when new Site/Slice is created
Mohamed Larabi [Thu, 14 Nov 2013 16:45:10 +0000 (17:45 +0100)]
Set Site/Slice HRN when new Site/Slice is created

10 years agoIdentify objects (Site/Slice/Person) created through SFA using sfa_created tag
Mohamed Larabi [Wed, 13 Nov 2013 16:54:06 +0000 (17:54 +0100)]
Identify objects (Site/Slice/Person) created through SFA using sfa_created tag

10 years agocreate an accessor for hrns also for sites
Mohamed Larabi [Thu, 31 Oct 2013 16:27:36 +0000 (17:27 +0100)]
create an accessor for hrns also for sites

10 years agoSetting tag plcapi-5.2-10 plcapi-5.2-10 plcapi-5.3-0
Thierry Parmentelat [Thu, 10 Oct 2013 15:44:18 +0000 (17:44 +0200)]
Setting tag plcapi-5.2-10
provide a slicename_to_hrn function

10 years agoAdd slicename_to_hrn in order to check slice HRN as well as persons and nodes
Mohamed Larabi [Thu, 10 Oct 2013 14:23:38 +0000 (16:23 +0200)]
Add slicename_to_hrn in order to check slice HRN as well as persons and nodes

10 years agoSetting tag plcapi-5.2-9 plcapi-5.2-9
Thierry Parmentelat [Fri, 20 Sep 2013 09:48:48 +0000 (11:48 +0200)]
Setting tag plcapi-5.2-9
add an hrn accessor for slice so the SFA code can keep track of the federation-wide name of the slice

10 years agocreate an accessor for hrns also for slices
Thierry Parmentelat [Thu, 12 Sep 2013 08:43:34 +0000 (10:43 +0200)]
create an accessor for hrns also for slices

10 years agoSetting tag plcapi-5.2-8 plcapi-5.2-8
Thierry Parmentelat [Wed, 28 Aug 2013 14:39:23 +0000 (16:39 +0200)]
Setting tag plcapi-5.2-8
fix for wsgi-based deployments, each thread has its own api()

10 years agofix for WSGI-based PLCAPI, on behalf of Thomas Dreibholz
Thierry Parmentelat [Thu, 25 Jul 2013 19:07:39 +0000 (21:07 +0200)]
fix for WSGI-based PLCAPI, on behalf of  Thomas Dreibholz

10 years agoSetting tag plcapi-5.2-7 plcapi-5.2-7
Thierry Parmentelat [Fri, 28 Jun 2013 07:19:31 +0000 (09:19 +0200)]
Setting tag plcapi-5.2-7
also cleanup omf-slicemgr initscript

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
Thierry Parmentelat [Fri, 28 Jun 2013 07:18:31 +0000 (09:18 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/plcapi

10 years agoremove plc.d/omf-slicemgr as well
Thierry Parmentelat [Fri, 28 Jun 2013 07:18:22 +0000 (09:18 +0200)]
remove plc.d/omf-slicemgr as well

10 years agoSetting tag plcapi-5.2-6 plcapi-5.2-6
Thierry Parmentelat [Fri, 28 Jun 2013 06:01:03 +0000 (08:01 +0200)]
Setting tag plcapi-5.2-6
tear down omf-related aspects as this is no longer needed with omfv6

10 years agosecond pass of cleanup for omf aspects
Thierry Parmentelat [Thu, 27 Jun 2013 19:24:30 +0000 (21:24 +0200)]
second pass of cleanup for omf aspects

10 years agomkdir var/log
Thierry Parmentelat [Thu, 27 Jun 2013 18:29:37 +0000 (20:29 +0200)]
mkdir var/log

10 years agotear down omf aspects as this is not needed any more with OMFv6
Thierry Parmentelat [Thu, 27 Jun 2013 18:21:13 +0000 (20:21 +0200)]
tear down omf aspects as this is not needed any more with OMFv6

10 years agoSetting tag plcapi-5.2-5 plcapi-5.2-5
Thierry Parmentelat [Thu, 27 Jun 2013 18:12:15 +0000 (20:12 +0200)]
Setting tag plcapi-5.2-5
also expose 'expires' in ResolveSlices

10 years agohave ResolveSlices return 'expires' too
Thierry Parmentelat [Thu, 27 Jun 2013 13:06:57 +0000 (15:06 +0200)]
have ResolveSlices return 'expires' too

10 years agoSetting tag plcapi-5.2-4 plcapi-5.2-4
Thierry Parmentelat [Wed, 26 Jun 2013 14:51:58 +0000 (16:51 +0200)]
Setting tag plcapi-5.2-4
drop GetSliceSshKeys, new RetrieveSlicePersonKeys and RetrieveSliceSliverKeys

10 years agofinal names RetrieveSliceSliverKeys and RetrieveSlicePersonKeys
Thierry Parmentelat [Wed, 26 Jun 2013 12:32:27 +0000 (14:32 +0200)]
final names RetrieveSliceSliverKeys and RetrieveSlicePersonKeys
reasonable draft

10 years agoadd filtering on node to RetrieveSliceSshKeys
Thierry Parmentelat [Wed, 26 Jun 2013 11:02:22 +0000 (13:02 +0200)]
add filtering on node to RetrieveSliceSshKeys

10 years agobugfix
Thierry Parmentelat [Wed, 26 Jun 2013 11:01:39 +0000 (13:01 +0200)]
bugfix

10 years agofix make sync, back to using /vservers/ as the root for all containers
Thierry Parmentelat [Wed, 26 Jun 2013 10:55:56 +0000 (12:55 +0200)]
fix make sync, back to using /vservers/ as the root for all containers

10 years agorename GetSliceSshKeys into RetrieveSliceSshKeys
Thierry Parmentelat [Wed, 26 Jun 2013 07:28:57 +0000 (09:28 +0200)]
rename GetSliceSshKeys into RetrieveSliceSshKeys

10 years agoSetting tag plcapi-5.2-3 plcapi-5.2-3
Thierry Parmentelat [Wed, 29 May 2013 10:40:06 +0000 (12:40 +0200)]
Setting tag plcapi-5.2-3
enable netconfig aspects if PLC_NETCONFIG_ENABLED

10 years agoadd support for netconfig aspect
smbaker [Mon, 27 May 2013 21:59:27 +0000 (14:59 -0700)]
add support for netconfig aspect

10 years agoreverting change about wsgi, that would have required an additional dependency
Thierry Parmentelat [Sun, 26 May 2013 19:52:50 +0000 (21:52 +0200)]
reverting change about wsgi, that would have required an additional dependency

10 years agoreverting Scott's change - he is to use aspects instead
Thierry Parmentelat [Sat, 25 May 2013 17:52:19 +0000 (19:52 +0200)]
reverting Scott's change - he is to use aspects instead

10 years agoan attempt at diagnosing wsgi issues more accurately
Thierry Parmentelat [Fri, 24 May 2013 07:38:45 +0000 (09:38 +0200)]
an attempt at diagnosing wsgi issues more accurately

11 years agoAdd notification plugin support to AddSliceToNodes and DeleteSliceFromNodes
smbaker [Thu, 25 Apr 2013 05:07:02 +0000 (22:07 -0700)]
Add notification plugin support to AddSliceToNodes and DeleteSliceFromNodes

11 years agoSetting tag plcapi-5.2-2 plcapi-5.2-2
Thierry Parmentelat [Wed, 24 Apr 2013 13:36:56 +0000 (15:36 +0200)]
Setting tag plcapi-5.2-2
use SFA code for computing hrn's when available

11 years agoremove comment about broken bootcd as this is now fixed
Thierry Parmentelat [Wed, 24 Apr 2013 13:35:17 +0000 (15:35 +0200)]
remove comment about broken bootcd as this is now fixed

11 years agowhen computing hrns, try to use SFA code first, otherwise resort to a local version
Thierry Parmentelat [Tue, 23 Apr 2013 11:48:08 +0000 (13:48 +0200)]
when computing hrns, try to use SFA code first, otherwise resort to a local version

11 years agoadded comment on missing version number in bootcd image names
Thierry Parmentelat [Fri, 12 Apr 2013 10:10:30 +0000 (12:10 +0200)]
added comment on missing version number in bootcd image names

11 years agoSetting tag plcapi-5.2-1 plcapi-5.2-1
Thierry Parmentelat [Fri, 8 Mar 2013 07:48:12 +0000 (08:48 +0100)]
Setting tag plcapi-5.2-1
new slice tag 'interface' for configuring a virtual interface
new builtin 030-interface_tags
new node accessor and tag 'virt' for mixing lxc & vs nodes
also exposed in GetNodeFlavour based on fcdistro and PLC_FLAVOUR_VIRT_MAP
moved ModPypthon and plc.wsgi in the apache/ subdir
renamed PLCAPI.spec into plcapi.spec
removed old and unused tag 'type' on slices(!) - original intention seemed like virt
support for php-5.4

11 years agoremove debug statement
Thierry Parmentelat [Fri, 8 Mar 2013 07:38:44 +0000 (08:38 +0100)]
remove debug statement

11 years agodo not save the virt tag from GetNodeFlavour in the node
Thierry Parmentelat [Thu, 7 Mar 2013 07:54:29 +0000 (08:54 +0100)]
do not save the virt tag from GetNodeFlavour in the node

11 years agobump major to 5.2
Thierry Parmentelat [Wed, 27 Feb 2013 06:31:46 +0000 (07:31 +0100)]
bump major to 5.2

11 years agobugfix
Thierry Parmentelat [Wed, 27 Feb 2013 06:28:20 +0000 (07:28 +0100)]
bugfix