Bug 1500136
| Summary: | [RFE] Make novnc console session expired after a period of time | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Meiyan Zheng <mzheng> |
| Component: | openstack-nova | Assignee: | OSP DFG:Compute <osp-dfg-compute> |
| Status: | CLOSED WONTFIX | QA Contact: | OSP DFG:Compute <osp-dfg-compute> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 10.0 (Newton) | CC: | dasmith, eglynn, kchamart, lyarwood, mbooth, mzheng, sbauza, sgordon, srevivo, stephenfin, vromanso |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-18 15:11:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Meiyan Zheng
2017-10-10 02:52:41 UTC
> 2. set the token timeout value in nova.conf to a value which fits your testing (e.g.)
> token_ttl = 600
For reference, this affects how long the token is valid for. Tokens are used once to connect to the session and then discarded. They have no effect once the session is established.
If I understand you correctly, you wish to set a connection timeout for any session? Is this a flat time period, or based on activity?
Hi Stephen, Thanks for your comment. > If I understand you correctly, you wish to set a connection timeout > for any session? Yes, your understanding is correct. > Is this a flat time period, or based on activity? Customer hope it can be a flat time period from the console session opened. Best Regards, Meiyan Sorry about the delay. As noted above, the 'token_ttl' configuration option affects how long the token can be used to create a new session but does not affect an establish session. Far as I can see, there is no equivalent feature in nova yet so the RFE subject is correct. I've passed this onto my team and will come back once we decide if this is something that should be done and, if so, when it will be possible to work on it. Do note, however, that this would be a somewhat large feature and I would have doubts about backporting this all the way to OSP 10. OSP 14 would be the earliest I would see this feature appearing. We've investigated this and have decided that it's a significant amount of work that would likely require changes at multiple layers of the software. Given the effort necessary for this, it is likely to be a very long time before we will get around to implementing this, if ever. As such, I'm going to close as WONTFIX rather than suggest this is something we plan to fix in the near term. |