> + * limitations under the License.
> + */
> +package org.jclouds.cloudsigma2.reference;
> +
> +/**
> + *
> + * @author Adrian Cole
> + */
> +public class CloudSigmaConstants {
> +
> + /**
> + * default VNC password used on new machines
> + */
> + public static final String PROPERTY_VNC_PASSWORD =
> "jclouds.cloudsigma.vnc-password";
> +
> +}
Could you move this class to the `config` package and rename it to
`CloudSigma2Properties`? This is the convention (although all providers don't
follow it yet).
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/12/files#r6053979