mirror of https://github.com/apache/jclouds.git
Merge remote branch 'origin'
This commit is contained in:
commit
004cce88fd
|
@ -37,7 +37,8 @@
|
||||||
:ning 'org.jclouds.http.ning.config.NingHttpCommandExecutorServiceModule
|
:ning 'org.jclouds.http.ning.config.NingHttpCommandExecutorServiceModule
|
||||||
:bouncycastle 'org.jclouds.encryption.bouncycastle.config.BouncyCastleCryptoModule
|
:bouncycastle 'org.jclouds.encryption.bouncycastle.config.BouncyCastleCryptoModule
|
||||||
:joda 'org.jclouds.date.joda.config.JodaDateServiceModule
|
:joda 'org.jclouds.date.joda.config.JodaDateServiceModule
|
||||||
:gae 'org.jclouds.gae.config.GoogleAppEngineConfigurationModule})
|
:gae 'org.jclouds.gae.config.GoogleAppEngineConfigurationModule
|
||||||
|
:gae-async 'org.jclouds.gae.config.AsyncGoogleAppEngineConfigurationModule})
|
||||||
|
|
||||||
(defn- instantiate [sym]
|
(defn- instantiate [sym]
|
||||||
(let [loader (.getContextClassLoader (Thread/currentThread))]
|
(let [loader (.getContextClassLoader (Thread/currentThread))]
|
||||||
|
|
|
@ -29,7 +29,7 @@ package org.jclouds.rackspace.cloudservers.domain;
|
||||||
*/
|
*/
|
||||||
public enum ImageStatus {
|
public enum ImageStatus {
|
||||||
|
|
||||||
UNRECOGNIZED, ACTIVE, SAVING, PREPARING, QUEUED, FAILED;
|
UNRECOGNIZED, UNKNOWN, ACTIVE, SAVING, PREPARING, QUEUED, FAILED;
|
||||||
|
|
||||||
public String value() {
|
public String value() {
|
||||||
return name();
|
return name();
|
||||||
|
|
Loading…
Reference in New Issue