commit | 25abc45beac84d5713933bb23d0f97e730d4a323 | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Wed Dec 23 01:42:31 2015 +0100 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Wed Dec 23 01:42:31 2015 +0100 |
tree | b1f91bc44d102596181823d53c45c0a892c292fa | |
parent | aa33f96f4856fafb37ffd1bf4f11e42c7734431d [diff] |
fix nova user enabled bash shell to enable offline migration and instance resize
diff --git a/nova/compute.sls b/nova/compute.sls index 831bf3d..24b7bc3 100644 --- a/nova/compute.sls +++ b/nova/compute.sls
@@ -40,6 +40,11 @@ {%- if compute.user is defined %} +user_nova: + user.present: + - name: nova + - shell: /bin/bash + nova_auth_keys: ssh_auth.present: - user: nova