Carlos Cesario 08b08c78b5 Identify container through PS1 shell variable
As suggested it was created the variable KOLLA_SERVICE_NAME to identify
the container service name through  PS1 shell variable.
This method it was previously discussed in IRC.
https://goo.gl/k7AdEg

The other option it was usage hostname param in kolla_docker, but
currently docker does not support it due this issue:
https://github.com/docker/compose/issues/2460

The final result is like this:

$ docker exec -it heka /bin/bash
(heka)[heka@kolla-control /]$

$ docker exec -it mariadb /bin/bash
(mariadb)[mysql@kolla-control /]$

More details can be accessed through this link
http://paste.openstack.org/show/493689/

Closes-Bug: #1557454
Change-Id: I6aab8d640a8ebb17baa9d6d4f1edd6e331674713
2016-04-11 17:50:04 -03:00
..
2016-02-16 12:01:14 +05:30
2016-01-19 17:34:58 +01:00
2016-03-09 13:53:55 +01:00
2016-02-10 08:25:23 +09:00
2016-03-10 17:28:06 +05:30
2016-03-28 08:51:35 -03:00
2016-03-17 17:19:01 +05:30
2016-03-08 10:11:55 +01:00
2016-03-21 12:23:00 +00:00
2016-01-19 17:34:58 +01:00
2016-03-08 21:29:19 +01:00
2016-02-23 01:33:47 -08:00
2016-03-23 14:26:27 +00:00
2016-03-18 14:11:29 +00:00
2016-02-23 12:15:14 +09:00
2016-01-15 13:36:11 +08:00