Examples of userMetadata()


Examples of org.jclouds.openstack.nova.v2_0.compute.options.NovaTemplateOptions.userMetadata()

               throw Throwables.propagate(e.getCause());
            }
            templateOptions.securityGroups(securityGroupName);
         }
      }
      templateOptions.userMetadata(ComputeServiceConstants.NODE_GROUP_KEY, group);

      return super.execute(group, count, mutableTemplate, goodNodes, badNodes, customizationResponses);
   }

   @Override
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.