2d376f1367
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
8 lines
252 B
YAML
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 ~]$'
|