~graziano.obertelli/eucalyptus/lp683800

« back to all changes in this revision

Viewing changes to clc/modules/msgs/src/main/java/com/eucalyptus/bootstrap/SystemBootstrapper.java

  • Committer: Dmitrii Zagorodnov
  • Date: 2010-07-30 01:05:08 UTC
  • mfrom: (1195.1.61 main)
  • mto: (1195.1.86 main)
  • mto: This revision was merged to the branch mainline in revision 1217.
  • Revision ID: dmitrii@eucalyptus.com-20100730010508-k9h1jyx044uorx9x
enabling iscsi use without sudoers modification via euca_rootwrap, which had to change

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    }
108
108
    try {
109
109
      Bootstrap.initialize( );
 
110
      Bootstrap.Stage stage = Bootstrap.transition( );
 
111
      stage.load();
110
112
      return true;
111
113
    } catch ( BootstrapException e ) {
112
114
      e.printStackTrace( );