openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/CreateService.java [189:200]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
         String missing = "";
         if (name == null) {
            missing += " name";
         }
         if (domains == null) {
            missing += " domains";
         }
         if (origins == null) {
            missing += " origins";
         }
         if (flavorId == null) {
            missing += " flavorId";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/UpdateService.java [167:178]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
         String missing = "";
         if (name == null) {
            missing += " name";
         }
         if (domains == null) {
            missing += " domains";
         }
         if (origins == null) {
            missing += " origins";
         }
         if (flavorId == null) {
            missing += " flavorId";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



