diff options
author | Jens Harbott <j.harbott@x-ion.de> | 2020-10-26 16:21:49 +0000 |
---|---|---|
committer | Jens Harbott (frickler) <j.harbott@x-ion.de> | 2020-10-27 19:19:58 +0000 |
commit | 2255830a6a3e77b754a3d7264163e5e11860ef21 (patch) | |
tree | 28cb88a0ff6b493c355398b9989eee60a882f798 | |
parent | 512943a037f24c1add0a79093a0cef1fe9da8789 (diff) | |
download | designate-2255830a6a3e77b754a3d7264163e5e11860ef21.tar.gz |
Drop deprecated tail_log function from devstack plugin
That function is to be removed from devstack, remove it in order to
avoid our plugin breaking.
Change-Id: I2ec7a5e641e6c1d2fa52ad410bb86de446694716
-rwxr-xr-x | devstack/plugin.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 083bd958..3eaedfdb 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -311,7 +311,6 @@ function start_designate { else enable_apache_site designate-api restart_apache_server - tail_log designate-api /var/log/$APACHE_NAME/designate-api.log fi echo "Waiting for designate-api to start..." |