Giuseppe, I solve this follow below steps, take a try.
juju metadata generate-image -d /home/ubuntu/juju/ -i 28720284-bfb6-48d8-ad78-b570d0d35862 -r RegionOne -u http://192.168.1.110:5000/v2.0 juju bootstrap --metadata-source /home/ubuntu/juju --debug Note: 28720284-bfb6-48d8-ad78-b570d0d35862 -> glance image-id http://192.168.1.110:5000/v2.0 -> keystone url environment.yaml: environments: openstack: admin-secret: xxx auth-mode: userpass auth-url: http://192.168.1.110:5000/v2.0/ control-bucket: con-0e29737152c84652b9ddb5029d133aa5 default-series: trusty password: password region: RegionOne tenant-name: admin type: openstack use-floating-ip: false username: admin tools-metadata-url: https://streams.canonical.com/juju/tools/ network: 8f2d20a9-7a52-4cd9-9cd8-30e4f764c28a use-default-secgroup: true On Wed, Jul 23, 2014 at 5:01 PM, Giuseppe Civitella < [email protected]> wrote: > Hi all, > > I'm trying to boostrap an Openstack environment and I'm stuck at this > error http://pastebin.com/ER9i8Qt4 > I've been trying to setup tools-metadata-url and image-metadata-url > according to https://juju.ubuntu.com/docs/howto-privatecloud.html but I > see that the urls are not being used while bootstrapping. > Can someone help me going over this problem? > > Thanks > Giuseppe > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
