diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-06-09 14:09:58 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-06-09 14:09:58 -0400 |
commit | fe458e2c29bffdab7708b67539a36a08506560da (patch) | |
tree | 3fca3ce8b25b77bca3a51878655aafc6a8d8ecb6 /inventory | |
parent | 9854943f315c6527ea7a1c5d82e662e666ecbef0 (diff) | |
download | openshift-fe458e2c29bffdab7708b67539a36a08506560da.tar.gz openshift-fe458e2c29bffdab7708b67539a36a08506560da.tar.bz2 openshift-fe458e2c29bffdab7708b67539a36a08506560da.tar.xz openshift-fe458e2c29bffdab7708b67539a36a08506560da.zip |
Automatic commit of package [openshift-ansible-inventory] release [0.0.8-1].
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/openshift-ansible-inventory.spec | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec index cd2332549..900a27f3a 100644 --- a/inventory/openshift-ansible-inventory.spec +++ b/inventory/openshift-ansible-inventory.spec @@ -1,6 +1,6 @@ Summary: OpenShift Ansible Inventories Name: openshift-ansible-inventory -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -36,6 +36,17 @@ cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce /usr/share/ansible/inventory/gce/gce.py* %changelog +* Tue Jun 09 2015 Kenny Woodson <kwoodson@redhat.com> 0.0.8-1 +- Added more verbosity when error happens. Also fixed a bug. + (kwoodson@redhat.com) +- Implement OpenStack provider (lhuard@amadeus.com) +- * rename openshift_registry_url oreg_url * rename option_images to + _{oreg|ortr}_images (jhonce@redhat.com) +- Fix the remaining pylint warnings (lhuard@amadeus.com) +- Fix some of the pylint warnings (lhuard@amadeus.com) +- [libvirt cluster] Use net-dhcp-leases to find VMs’ IPs (lhuard@amadeus.com) +- fixed the openshift-ansible-bin build (twiest@redhat.com) + * Fri May 15 2015 Kenny Woodson <kwoodson@redhat.com> 0.0.7-1 - Making multi_ec2 into a library (kwoodson@redhat.com) |