/* (c) Copyright 2011 Telefonica, I+D. Printed in Spain (Europe). All Rights Reserved. The copyright to the software program(s) is property of Telefonica I+D. The program(s) may be used and or copied only with the express written consent of Telefonica I+D or in accordance with the terms and conditions stipulated in the agreement/contract under which the program(s) have been supplied. */ package com.telefonica.claudia.smi.utils; /** * Constants for OpenNebula * * @author luismarcos.ayllon * */ public class Constants { public static final String PATH_TO_PROPERTIES_FILE = "./conf/one-context.properties"; public static final String PROTOCOL = "http://"; public static final String ENVIRONMENT_FILE_NAME = "ovf-env.xml"; public final static String VM_URL = "/vm"; }