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:10:05 UTC

svn commit: r940893 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm

Author: fapeeler
Date: Tue May  4 15:10:04 2010
New Revision: 940893

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

removed references to IMAGELIB*, this is being pulled from datastructure.pm



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

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm?rev=940893&r1=940892&r2=940893&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm Tue May  4 15:10:04 2010
@@ -65,34 +65,6 @@ use Fcntl qw(:DEFAULT :flock);
 
 ##############################################################################
 
-=head1 CLASS ATTRIBUTES
-
-=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;
-
-##############################################################################
-
 =head1 OBJECT METHODS
 
 =cut