Commit 6b56b868 authored by garciadeblas's avatar garciadeblas
Browse files

04-vim-setup.md: minor fixes in the vim-create commands

parent 4ad5870b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -300,11 +300,11 @@ Default `security_group` doesn't allow user to SSH into the instances. This beha
You will need to specify some options at VIM target creation/association by using the `--config` parameter. For instance:

```bash
osm vim-create name aws-site account_type aws \
   auth_url https://aws.amazon.com \
   user MyUser password MyPassword tenant admin \
   description "AWS site, with your user" \
   config '{region_name: eu-central-1, flavor_info: "{t2.nano: {cpus: 1, disk: 100, ram: 512}, t2.micro: {cpus: 1, disk: 100, ram: 1024}, t2.small: {cpus: 1, disk: 100, ram: 2048}}"}'
osm vim-create --name aws-site --account_type aws \
   --auth_url https://aws.amazon.com \
   --user MyUser --password MyPassword --tenant admin \
   --description "AWS site, with your user" \
   --config '{region_name: eu-central-1, flavor_info: "{t2.nano: {cpus: 1, disk: 100, ram: 512}, t2.micro: {cpus: 1, disk: 100, ram: 1024}, t2.small: {cpus: 1, disk: 100, ram: 2048}}"}'
```

The following configuration can be added: