mirror of https://github.com/apache/jclouds.git
Issue 379: added UNKNOWN status to rackspace images
This commit is contained in:
parent
ff03969828
commit
ca8ff2db9d
|
@ -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