Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set region in config #37

Closed
erikcw opened this issue Feb 16, 2017 · 2 comments
Closed

Can't set region in config #37

erikcw opened this issue Feb 16, 2017 · 2 comments
Labels

Comments

@erikcw
Copy link

erikcw commented Feb 16, 2017

✗ awless config set region
config: missing region. Set it with `awless config set region`
✗ awless config set region us-west-1
config: missing region. Set it with `awless config set region`
@fxaguessy
Copy link
Contributor

awless first install did not run well, and the config database don't contain the region.
To fix the problem, you can remove awless config folder with: (for masOS/Linux)

rm -Rf ~/.awless

In order to prevent this happening again, we will separate the initialization of the database (needed to set config variables) with the initialization of the environment (that loads, for example, the region from the database).

@fxaguessy fxaguessy added the bug label Feb 17, 2017
@fxaguessy
Copy link
Contributor

Fixed by 0835426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants