You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Everett Toews (JIRA)" <ji...@apache.org> on 2014/04/10 22:04:30 UTC

[jira] [Closed] (JCLOUDS-154) key [openstack-nova] not in the list of providers or apis: {}"

     [ https://issues.apache.org/jira/browse/JCLOUDS-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Everett Toews closed JCLOUDS-154.
---------------------------------

    Resolution: Invalid

If this is still a valid problem, please reopen the issue.

> key [openstack-nova] not in the list of providers or apis: {}"
> --------------------------------------------------------------
>
>                 Key: JCLOUDS-154
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-154
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 1.6.0
>         Environment: jclouds sdk version 1.6 
> Openstack - Folsom
> maven 
>            Reporter: Shankar
>              Labels: compute, openstack
>
> I get the an exception when I try to create a new context as below :
> 		ComputeServiceContext context = ContextBuilder.newBuilder(provider)
> 				.credentials(<username>, <password>)
> 				.endpoint(<endpoint>).modules(modules)
> 				.buildView(ComputeServiceContext.class);
> Not sure what is wrong - the parameter provider is correct & all other parameters are correct as well. 
> I'm using maven with the following dependencies: 
> 		<dependency>
> 			<groupId>org.jclouds.api</groupId>
> 			<artifactId>openstack-nova</artifactId>
> 			<version>1.6.0</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.jclouds.driver</groupId>
> 			<artifactId>jclouds-slf4j</artifactId>
> 			<version>1.6.0</version>
> 		</dependency>



--
This message was sent by Atlassian JIRA
(v6.2#6252)