diff options
author | Stephen Finucane <sfinucan@redhat.com> | 2019-08-16 01:19:59 +0100 |
---|---|---|
committer | Stephen Finucane <sfinucan@redhat.com> | 2019-12-23 14:20:28 +0000 |
commit | 02eb9cffe6dd72b58bbcd660588e79a504e4d738 (patch) | |
tree | d49a2197e300090dbc6c7030c2e99cd35f23739c /setup.cfg | |
parent | 4cb8136e95f38f4fbbe8eec9395400fd5076e3fa (diff) | |
download | nova-02eb9cffe6dd72b58bbcd660588e79a504e4d738.tar.gz |
Remove 'nova-xvpvncproxy'
This legacy service is no longer used and was deprecated during the
Stein cycle [1]. It's time to say adios and remove them in their
entirety. This is pretty straightforward, with the sole exception of
schema for the 'remote-consoles' API, which has to continue supporting
requests for type 'xvpvnc' even if we can't fulfil those requests now.
[1] https://review.opendev.org/#/c/610076/
Part of blueprint remove-xvpvncproxy
Depends-On: https://review.opendev.org/695853
Change-Id: I2f7f2379d0cd54e4d0a91008ddb44858cfc5a4cf
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -76,7 +76,6 @@ console_scripts = nova-serialproxy = nova.cmd.serialproxy:main nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main nova-status = nova.cmd.status:main - nova-xvpvncproxy = nova.cmd.xvpvncproxy:main wsgi_scripts = nova-api-wsgi = nova.api.openstack.compute.wsgi:init_application |