Comment 2 for bug 1706300

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack-build/nova-build (openstack-ci/fuel-8.0/liberty)

Reviewed: https://review.fuel-infra.org/36431
Submitter: Pkgs Jenkins <email address hidden>
Branch: openstack-ci/fuel-8.0/liberty

Commit: f764db54ea01e03ec4e41da7c6776a892d54216b
Author: Alexey Stupnikov <email address hidden>
Date: Thu Sep 7 16:10:55 2017

Fix shell creation for nova user

For some reason pkgos_adduser was changed during its backport from
openstack-pkg-tools in change #27730 (change-ID
I83f8e22af94c331483077b5ae2aa2038d3f8a967).

As a result, a /bin/false shell was configured for nova user
instead of /bin/bash. I don't know the reasons behind this change,
so just added shell argument and explicitly specified /bin/bash.

Change-Id: I6badd2e529c69b64bd706cfe5b7fb8a4ad389552
Closes-bug: #1706300