nova/nova/cmd
Sylvain Bauza 041d58a980 Fix cell0 naming when QS params on the connection
We had a problem when the nova connection string included parameters on the
query string like charset encoding.
Note that the connection string necessarly needs to be RFC1738 compliant as
per Sqlalchemy rules, so it's totally safe to just unquote what the SQLA
helper method gives us as a result.

Also removed a tested connection string since it wasn't RFC1738 compatible.

Conflicts:
      nova/tests/unit/test_nova_manage.py

NOTE(sbauza): The conflict is due to ddt not being used in Newton.

Change-Id: I45fe9b92e8d93a0099d33bb0070e9d4e540595ac
Closes-Bug: #1696001
(cherry picked from commit 9a33092fa9)
(cherry picked from commit 6041572a4c)
2017-06-07 16:27:19 +02:00
..
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
all.py deprecate nova-all 2016-04-21 17:49:45 +00:00
api.py Remove TODO for service version caching 2016-08-22 10:00:42 -04:00
api_metadata.py config options: centralize section "service" 2016-04-04 16:39:02 +00:00
api_os_compute.py Device tagging API support 2016-06-29 20:55:16 -07:00
baseproxy.py baseproxy: stop requiring CONF.verbose 2016-05-16 16:57:21 +02:00
cells.py Remove deprecated manager option in cells.py 2016-08-02 16:54:09 +00:00
cert.py Deprecate os-certificates 2016-07-26 10:42:41 -04:00
common.py Refactors nova.cmd utils 2016-07-08 08:41:32 -07:00
compute.py Merge "Refactors nova.cmd utils" 2016-08-12 17:46:55 +00:00
conductor.py Config options: centralize options in conductor api 2016-02-09 14:06:51 +00:00
console.py Config options: Centralize console options 2016-04-06 15:32:24 +00:00
consoleauth.py Config options: Centralize consoleauth options 2016-03-31 15:13:46 +00:00
dhcpbridge.py Merge "Refactors nova.cmd utils" 2016-08-12 17:46:55 +00:00
idmapshift.py Fix invalid import order 2016-07-04 11:23:52 +05:30
manage.py Fix cell0 naming when QS params on the connection 2017-06-07 16:27:19 +02:00
network.py Refactors nova.cmd utils 2016-07-08 08:41:32 -07:00
novncproxy.py config options: fix the missed cli options of novncproxy 2016-04-04 18:05:32 +08:00
policy_check.py Adds nova-policy-check cmd 2016-08-29 14:59:58 +08:00
scheduler.py Merge "Revert "Enable options for oslo.reports"" 2015-12-17 23:48:04 +00:00
serialproxy.py config options: centralize section "serial_console" 2015-11-19 11:00:20 +01:00
spicehtml5proxy.py config options: centralize 'spice' options 2016-04-11 10:34:05 +00:00
xvpvncproxy.py Revert "Enable options for oslo.reports" 2015-12-05 16:12:52 +00:00