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

Package installation fails if user 'openstack' does not exists #24

Open
rsjethani opened this issue Mar 22, 2016 · 1 comment
Open

Package installation fails if user 'openstack' does not exists #24

rsjethani opened this issue Mar 22, 2016 · 1 comment

Comments

@rsjethani
Copy link

This is quite obvious and may not be considered a bug as such. But I would like to point out here that requiring a specific 'user name' to be present for package installation to be successful doesn't seem like a good idea.

IMO following two approaches look better:

  1. Create the required user a part of the installation process. This is done by many softwares. For e.g. postgresql, mysql etc.
  2. Let the software be runnable/usable by any user who has required privilages/permissions.

In our case 2nd approach seems more appropriate. For e.g. I am running OpenStack as a user named 'ubuntu'. So naturally I should be able to run masakari as the user 'ubuntu'.

EDIT: I think what we want here is to have the same user running openstack and masakari. Hence while installing masakari we should be able to 'configure' the user. As a result of this someone running openstack as 'abc' user will be able to configure/install/use masakari via the user 'abc'.

@johnavp1989
Copy link

I second this. I think it makes sense for the package to create it's own user but in this case I believe the user should be masakari not openstack.

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

No branches or pull requests

2 participants