Skip to content

Commit

Permalink
Removed tripleo-common checkout/fetch
Browse files Browse the repository at this point in the history
There was a patch that was fetching instead of cherry-picking
in tripleo-common. This was causing us to use some old tripleo-common
code... thus causing config-download failures
"expected a character buffer object" issues. This removes the
patch as it was not required for the underclouds use of this feature.
  • Loading branch information
dprince committed Oct 23, 2017
1 parent d4463c0 commit 2959f92
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions doit.sh
Expand Up @@ -77,17 +77,6 @@ fi
cd
sudo puppet apply --modulepath /etc/puppet/modules --execute "include ::tripleo::profile::base::docker"

# TRIPLEO-COMMON
if [ ! -d $HOME/tripleo-common ]; then
git clone git://git.openstack.org/openstack/tripleo-common
cd tripleo-common
# config download support. Checkout as it has deps.
git fetch https://git.openstack.org/openstack/tripleo-common refs/changes/76/512876/2 && git checkout FETCH_HEAD

sudo python setup.py install
cd
fi

# PYTHON TRIPLEOCLIENT
if [ ! -d $HOME/python-tripleoclient ]; then
git clone git://git.openstack.org/openstack/python-tripleoclient
Expand Down

0 comments on commit 2959f92

Please sign in to comment.