Remove Ansible and Globals.yml in diag script

Ansible and Globals.yml have moved into kolla-ansible repo.

TrivialFix

Change-Id: Ie14af3659bf64cc04554ae1d1a74e86656802e0a
This commit is contained in:
zhuzeyu 2017-01-16 12:03:54 +08:00
parent f5dd71e90f
commit 803dbe2f2f
1 changed files with 0 additions and 7 deletions

View File

@ -9,16 +9,9 @@ docker --version
echo "##### Docker Info #####"
docker info
echo "##### Ansible Version #####"
ansible --version
echo "##### List installed packages, including editables #####"
pip list
echo "##### Globals.yml file #####"
egrep -w 'kolla_base_distro|kolla_install_type|openstack_release' /etc/kolla/globals.yml
cat /etc/kolla/globals.yml | grep ^enable_
echo "##### Docker Images #####"
docker images -a --filter "label=kolla_version" --filter "dangling=false" --format "{{.ID}} - {{.Repository}}:{{.Tag}} - {{.CreatedSince}}"