Skip to content

Commit

Permalink
problema nova-ciinder
Browse files Browse the repository at this point in the history
  • Loading branch information
josedom24 committed Oct 20, 2023
1 parent 30ffe5c commit 717bba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/13_novaserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
#- { option: "html5proxy_base_url", value: "http://172.22.121.1:6082/spice_auto.html" }
- { option: "html5proxy_host", value: "0.0.0.0" }
- { option: "html5proxy_port", value: "6082" }
- { option: "keymap", value: "es-es" }

- { option: "keymap", value: "en-us" }
- { option: "agent_enabled", value: "false" }

notify:
- restart nova-services
Expand Down
4 changes: 2 additions & 2 deletions roles/14_novacompute/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
#- { option: "html5proxy_base_url", value: "http://172.22.121.1:6082/spice_auto.html" }
- { option: "html5proxy_host", value: "0.0.0.0" }
- { option: "html5proxy_port", value: "6082" }
- { option: "keymap", value: "es-es" }

- { option: "keymap", value: "en-us" }
- { option: "agent_enabled", value: "false" }
notify:
- restart nova-compute

Expand Down

0 comments on commit 717bba2

Please sign in to comment.