You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2010/05/04 17:12:31 UTC

svn commit: r940895 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esxthin.pm

Author: fapeeler
Date: Tue May  4 15:12:31 2010
New Revision: 940895

URL: http://svn.apache.org/viewvc?rev=940895&view=rev
Log:
VCL-224

Removed reference to IMAGELIB*, values are available through datastructure.pm.

This module is not using any image retrivial method, if peer managementment nodes are enabled.



Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esxthin.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esxthin.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esxthin.pm?rev=940895&r1=940894&r2=940895&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esxthin.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esxthin.pm Tue May  4 15:12:31 2010
@@ -80,31 +80,10 @@ my $NETAPP_CONFIG_PATH = "$FindBin::Bin/
 
 ##############################################################################
 
-=head1 CLASS ATTRIBUTES
+=head1 LOCAL GLOBAL VARIABLES
 
 =cut
 
-=head2 %VMWARE_CONFIG
-
- Data type   : hash
- Description : %VMWARE_CONFIG is a hash containing the general VMWARE configuration
-               for the management node this code is running on. Since the data is
-					the same for every instance of the VMWARE class, a class attribute
-					is used and the hash is shared among all instances. This also
-					means that the data only needs to be retrieved from the database
-					once.
-
-=cut
-
-#my %VMWARE_CONFIG;
-
-# Class attributes to store VMWWARE configuration details
-# This data also resides in the %VMWARE_CONFIG hash
-# Extract hash data to scalars for ease of use
-my $IMAGE_LIB_ENABLE  = $IMAGELIBENABLE;
-my $IMAGE_LIB_USER    = $IMAGELIBUSER;
-my $IMAGE_LIB_KEY     = $IMAGELIBKEY;
-my $IMAGE_LIB_SERVERS = $IMAGESERVERS;
 
 our $VMTOOL_ROOT;
 our $VMTOOLKIT_VERSION;