JUJU and ERROR environment has no access-key or secret-key
Posted
by
Riccardo Magrini
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Riccardo Magrini
Published on 2013-10-25T17:09:09Z
Indexed on
2013/10/25
22:11 UTC
Read the original article
Hit count: 375
following the official guide:
[1]https://juju.ubuntu.com/docs/config-maas.html
and considered that I've generated the ssh key (added it to UI of MAAS) and the API key, my environments.yaml file presents in this way:
environments:
maas:
type: maas
maas-server: 'http://x.x.x.x/MAAS/'
maas-oauth: 'NDPA86PsEzS7bFynSy:vqJLkyHUJbvYzbtY5Q:sXXXXXXXXXXXXXXXXXXXXXX
admin-secret: 'nothing'
default-series: precise
authorized-keys-path: ~/.ssh/id_rsa.pub # or any file you want.
when I try to run the command:
juju bootstrap
receive the following error:
ERROR environment has no access-key or secret-key
Someone can explain me where is the wrong?
- MAAS and JUJU are installed using their ppa stable on an Ubuntu 12.04.3 Server
© Ask Ubuntu or respective owner