Skip to content

Commit

Permalink
Issue ContainX#403
Browse files Browse the repository at this point in the history
  • Loading branch information
gondor committed Jun 28, 2015
1 parent 2ca71dd commit e5742ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.openstack4j.openstack.common.ListResult;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;
import com.google.common.base.Objects;

/**
Expand All @@ -15,6 +16,7 @@
*
* @author Jeremy Unruh
*/
@JsonRootName("OS-KSADM:service")
public class KeystoneService implements Service {

private static final long serialVersionUID = 1L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;
import com.google.common.base.Objects;

/**
Expand All @@ -19,6 +20,7 @@
* @author Jeremy Unruh
*/
@JsonIgnoreProperties(ignoreUnknown=true)
@JsonRootName("endpoint")
public class KeystoneServiceEndpoint implements ServiceEndpoint {

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit e5742ff

Please sign in to comment.