Add instructions for the CLI usage for Windows users in the lab's README.md
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Training Guides |
Won't Fix
|
Critical
|
Pranav Salunke |
Bug Description
New Windows users don't have a desctiption in the labs' README.md file about how to enable CLI usage. They can't run admin-openstack
Proposed solution (from https:/
For Windows, we need to write a separate version of *rc files. There are three options:
1. we just write in the README, that these env variables need to be set somehow (manually in "Environment variables" GUI dialog or that Win users can use proper switches --os-username, etc. with every command)
2. We include a Windows Powershell version of our rc files (That's what Cern is doing, look at their Horizon patch https:/
3. We include a "generic" Powershell wrapper script around our rc files (e.g. look at https:/
#1 is too hard for new Win users, so #2 is the easiest way, #3 could be too complex and error-prone.
Changed in openstack-training-guides: | |
status: | New → Triaged |
Changed in openstack-training-guides: | |
status: | Triaged → Confirmed |
importance: | Undecided → Critical |
assignee: | nobody → Pranav Salunke (dguitarbite) |
Changed in openstack-training-guides: | |
milestone: | none → kilo-3 |
Changed in openstack-training-guides: | |
status: | Confirmed → Won't Fix |
I expected that Windows users would do something else:
0. Boot the VirtualBox VMs with a GUI (console), log into the controller VM console, and use the CLI tools from there.
All the other options expect the users to install/configure additional software (e.g., ssh for Windows). I agree that option #2 would be nice to have.
Also, I think we should have a README_WINDOWS.rst, because pretty much everything is different on that platform.