mirror of https://github.com/apache/jclouds.git
Updated PlatformServices attribute name for OpenShift's TweetStore version
This commit is contained in:
parent
83b72d483a
commit
a22a08a1ff
|
@ -48,7 +48,7 @@ import com.sun.jersey.api.uri.UriBuilderImpl;
|
|||
* @author Andrew Phillips
|
||||
*/
|
||||
public class PlatformServicesInitializer implements ServletContextListener {
|
||||
public static final String PLATFORM_SERVICES_ATTRIBUTE_NAME = PlatformServicesInitializer.class.getName();
|
||||
public static final String PLATFORM_SERVICES_ATTRIBUTE_NAME = PlatformServices.class.getName();
|
||||
|
||||
// from .openshift/config/standalone.xml
|
||||
protected static final String HOST_VARIABLE = "OPENSHIFT_INTERNAL_IP";
|
||||
|
|
Loading…
Reference in New Issue