Hi All,

I am trying to launch a very basic VM using Apache Brooklyn 0.9 on
OpenStack ( Liberty) setup.   I tried the jclouds-openstack-devtest jar and
changed the location definition to openstack-devtest-compute  ( as
suggested in - Stackoverflow-link
<http://stackoverflow.com/questions/37652364/how-to-set-floating-ip-for-vm-using-apache-brooklyn-floating-ips-are-required/37655309?noredirect=1#comment62981578_37655309>
 ) but I get an error.

Yaml -

location:
  jclouds:openstack-devtest-compute:http://x.x.x.x:5000/v2.0/:
    identity: my-tenant:my-username
    credential: my-password
name: VM4
services:
- type: brooklyn.entity.basic.EmptySoftwareProcess
  name: Empty software process

Error -

> `Required entity not healthy: EmptySoftwareProcessImpl{id=lgMeL1qc}
>
> Failure running task invoking start[locations] on 1 node (HxHrFqvS): Error
>> invoking start at EmptySoftwareProcessImpl{id=lgMeL1qc}: Unable to access
>> cloud JcloudsLocation[openstack-devtest-compute:
>> https://x.x.x.x:5000/v2.0/:my-tenant:my-password/openstack-devtest-compute:https://x.x.x.x:5000/v2.0/@cngl0O8K]
>> to resolve PortableTemplateBuilder[ports=[22], locationId=
>> https://x.x.x.x:5000/v2.0/,
>> imageChooserFunction=org.apache.brooklyn.location.jclouds.BrooklynImageChooser$ImageChooserFromOrdering@4d3edd1d,
>> minRam=2048]:
>> com.google.common.util.concurrent.UncheckedExecutionException:
>> org.jclouds.http.HttpResponseException: Connection refused connecting to
>> POST https://127.0.0.1/identity/v2.0/tokens HTTP/1.1`
>
>
Any suggestions ?

Thanks in advance!

Reply via email to