[juju go + hpcloud] juju deploy, just borked?

Zygmunt Krynicki zygmunt.krynicki at canonical.com
Tue Mar 26 00:59:13 UTC 2013


W dniu 26.03.2013 00:27, Ian Booth pisze:

> Can you please pastebin the output of this command, ensuring you redact the
> token id:
> 
> curl -o- -d "{\"auth\": {\"tenantName\": \"$OS_TENANT_NAME\",
> \"passwordCredentials\": {\"username\": \"$OS_USERNAME\", \"password\":
> \"$OS_PASSWORD\"}}}" -H "Content-type: application/json" $OS_AUTH_URL/tokens |
> python -c "import json, sys; print json.dumps(json.loads(sys.stdin.read()),
> indent=4)"

Attached as output.json

> Also include the values of the various OS_.... env variables above (not the
> password though), and your environments.yaml with any sensitive information
> redacted.

I'm not using any OS_* variables.

I've attached a redacted copy of my environment file without any comments.

Thanks
ZK
-------------- next part --------------
default: hpcloud 

environments:
  hpcloud:
    type: openstack
    use-floating-ip: false
    admin-secret: <redacted> 
    control-bucket: juju-<redated>
    auth-url: https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/ 
    default-series: precise
    default-image-id: "75845"
    default-instance-type: "standard.xsmall"
    auth-mode: userpass
    username: zyga 
    password: <redacted>
    tenant-name: zci
    region: az-1.region-a.geo-1 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output.json
Type: application/json
Size: 8119 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/juju/attachments/20130326/97352aac/attachment.json>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/juju/attachments/20130326/97352aac/attachment.pgp>


More information about the Juju mailing list