Skip to content

Commit

Permalink
Removed pycadf version enforcement
Browse files Browse the repository at this point in the history
Proper cap is in requirements [1] and both affected projects (keystone
[2] and nova [3]), so removing the hack from devstack.

[1]: I824c5cd9a1fa8252acf2a000cf1f645f302be0b7
[2]: Ie64bd740f55b89e992724aa195841b07d7b66dbc
[3]: I5cf5df1ecea3a0db1a7503c0689acbb3bc8ffd58

Change-Id: I52aab6adf494b3c2f020daf636bb72602139dc8f
  • Loading branch information
booxter committed Jan 27, 2015
1 parent 9ad08ba commit e1d57ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/keystone
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,6 @@ function install_keystone {
if is_apache_enabled_service key; then
install_apache_wsgi
fi

# FIXME(dtroyer): Work around a pycadf release that breaks icehouse
# Remove once a proper cap is in requirements.txt
pip_install 'pycadf==0.6.0'
}

# start_keystone() - Start running processes, including screen
Expand Down
4 changes: 0 additions & 4 deletions lib/nova
Original file line number Diff line number Diff line change
Expand Up @@ -692,10 +692,6 @@ function install_nova {
git_clone $NOVA_REPO $NOVA_DIR $NOVA_BRANCH
setup_develop $NOVA_DIR
sudo install -D -m 0644 -o $STACK_USER {$NOVA_DIR/tools/,/etc/bash_completion.d/}nova-manage.bash_completion

# FIXME(dtroyer): Work around a pycadf release that breaks icehouse
# Remove once a proper cap is in requirements.txt
pip_install 'pycadf==0.6.0'
}

# start_nova_api() - Start the API process ahead of other things
Expand Down

0 comments on commit e1d57ff

Please sign in to comment.