I'm trying to realize an Ubuntu Enterprise Infrastructure using virtualBox creating all VMs. After I followed this tutorials:
without have issues. When use the following guides:
my environments.yaml's file is:
environments:
vb-maas:
type: maas
maas-server: 'http://192.168.0.10:80/MAAS'
maas-oauth: '***ssh_key***'
admin-secret: 'nothing'
default-series: 'precise'
but when I run
sudo juju bootstrap
receive this error
2012-06-29 23:55:33,568 INFO Bootstrapping environment 'vb-maas' (origin: distro type: maas)...
Unexpected Error interacting with provider: 409 CONFLICT
2012-06-29 23:55:34,475 ERROR Unexpected Error interacting with provider: 409 CONFLICT
why? someone will help me? thanks a lot