nova/nova/cmd
Davanum Srinivas f16dd6ba95 Store cells credentials in transport_url properly
Looks like we need to store the decoded version in the
database, not the encoded version...ie:
    rabbit://the=user:the=password@hostname:5672//
instead of:
    rabbit://the%3Duser:the%3Dpassword@hostname:5672//

Once we build up the transport_url and transform it into
a string, we just call unquote to convert %xx escapes back
to their single-character equivalent.

Closes-Bug: #1406598
Change-Id: I34be01de08f515c5931ff04e1eaf9815e3c2fa82
2015-03-31 00:00:20 +00:00
..
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
all.py Use oslo.log 2015-02-22 07:56:40 -05:00
api.py Use oslo.log 2015-02-22 07:56:40 -05:00
api_ec2.py Use oslo.log 2015-02-22 07:56:40 -05:00
api_metadata.py Use oslo.log 2015-02-22 07:56:40 -05:00
api_os_compute.py Use oslo.log 2015-02-22 07:56:40 -05:00
baseproxy.py Merge "Allow configuring proxy_host and proxy_port in nova.conf" 2015-03-03 22:28:46 +00:00
cells.py Use oslo.log 2015-02-22 07:56:40 -05:00
cert.py Use oslo.log 2015-02-22 07:56:40 -05:00
compute.py Use oslo.log 2015-02-22 07:56:40 -05:00
conductor.py Use oslo.log 2015-02-22 07:56:40 -05:00
console.py Use oslo.log 2015-02-22 07:56:40 -05:00
consoleauth.py Use oslo.log 2015-02-22 07:56:40 -05:00
dhcpbridge.py Use oslo.log 2015-02-22 07:56:40 -05:00
idmapshift.py Adds nova-idmapshift cli utility 2014-08-29 14:52:22 -04:00
manage.py Store cells credentials in transport_url properly 2015-03-31 00:00:20 +00:00
network.py Use oslo.log 2015-02-22 07:56:40 -05:00
novnc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
novncproxy.py Allow configuring proxy_host and proxy_port in nova.conf 2015-02-23 15:07:11 +00:00
objectstore.py Use oslo.log 2015-02-22 07:56:40 -05:00
scheduler.py Use oslo.log 2015-02-22 07:56:40 -05:00
serialproxy.py Allow configuring proxy_host and proxy_port in nova.conf 2015-02-23 15:07:11 +00:00
spicehtml5proxy.py Allow configuring proxy_host and proxy_port in nova.conf 2015-02-23 15:07:11 +00:00
xvpvncproxy.py Use oslo.log 2015-02-22 07:56:40 -05:00