> +import org.jclouds.Fallbacks.EmptyFluentIterableOnNotFoundOr404; > +import org.jclouds.Fallbacks.NullOnNotFoundOr404; > +import org.jclouds.openstack.keystone.v2_0.filters.AuthenticateRequest; > +import org.jclouds.rackspace.cloudbigdata.v1.domain.Cluster; > +import org.jclouds.rackspace.cloudbigdata.v1.domain.CreateCluster; > +import org.jclouds.rest.annotations.Fallback; > +import org.jclouds.rest.annotations.PayloadParam; > +import org.jclouds.rest.annotations.RequestFilters; > +import org.jclouds.rest.annotations.SelectJson; > +import org.jclouds.rest.annotations.WrapWith; > + > +import com.google.common.collect.FluentIterable; > + > +/** > + * The API for controlling profiles. > + * Your Cloud Big Data profile is different from your cloud account. Your > profile has the following characteristics and requirements:
Well this is just flat out wrong. :P --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9548927
