ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
245 stars 102 forks source link

Clarify how to enable synced folders on CentOS #321

Closed maglo closed 5 years ago

maglo commented 7 years ago

The README is not sufficiently clear on how to get Vagrant and OpenStack up and running.

This adds more information on how to configure the Vagrantfile to succeed when using CentOS images.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.248% when pulling 0364e5973740313821402dfa3401915e4c664c84 on maglo:update-readme-centos-synced-folders into 876ad73d4af37365f3db0faccf8a8ba750dca7b8 on ggiamarchi:master.

Sharpie commented 5 years ago

The problem with /etc/sudoers is an upstream issue that has been fixed in recent CentOS versions:

https://bugzilla.redhat.com/show_bug.cgi?id=1020147

I'm not sure the OpenStack provider docs are the appropriate place to call this out as it is not specific to anything the provider does.

ggiamarchi commented 5 years ago

I agree with @Sharpie