tripleo-common/releasenotes/notes/update-ps1-in-rc-files-c710832fc1ee37f5.yaml
James Slagle 2d376f1367 Fix broken command prompt
Interactive editing of the command line was broken due to the usage of
$PROMPT_COMMAND. The cursor would often be placed at the wrong location
when editing history due to prompt length confusion. We already had the
OS_CLOUDNAME variable for this purpose, and I took the prompt setting
logic from what we previously used in tripleo-incubator:

http://git.openstack.org/cgit/openstack/tripleo-incubator/tree/cloudprompt

Change-Id: I85d6a2be597477ff74ba72ffa4c4aefc42c0df3c
Partial-Bug: #1673459
2017-03-28 16:44:24 -04:00

8 lines
252 B
YAML

---
features:
- |
When sourcing the overcloudrc on the undercloud, the command prompt will
show that the credentials have been loaded by being preprended with
the overcloud stack name. For example,
'(overcloud) [stack@undercloud ~]$'