Screen support has been completely removed from devstack[1]
[1] I8c27182f60b0f5310b3a8bf5feb02beb7ffbb26a
and cdba1b371628aa0e8bc5b687351c5ee9b39e9bc6
Change-Id: I363e140ab6ea9b7ac8f422146e70e203d6265e5b
With the previous patch to change the from_dict override, it should
no longer be necessary to take this dummy parameter in the
constructor.
Change-Id: I2dd0dcfb9e74257c90cc9014b91eae36300cf91d
This changes the from_dict override to call the base class
implementation with the Designate-specific keys passed as kwargs.
It should prevent issues where a new key is added to the base to_dict
function that is not an accepted parameter on the constructor.
Change-Id: If75b26bf5a95ae1be679d43a939621037311d2dc
Closes-Bug: 1721432
python-subunit is not used directly anywhere
and it is dependency of both testrepository
and os-testr
(probably was used by some tox wrapper script before)
Change-Id: I7c373f9b7441c80a9fe008b66a2817659d66d8d7
A few minor issues I noticed as I was going through the development
environment setup. Fixes a typo and replaces deprecated config opt
references with the new ones.
Change-Id: Ib094595153e9b74706304f8328de74d07649b817
The current method of specifying each rootwrap filter
in the file list is prone to errors when adding or
removing filters. Instead of relying on a manually
maintained list this patch just includes all the files
of the correct naming convention from the applicable
folder. This is simpler and easier to maintain.
Change-Id: I116efd3ff1799965bb46da785b2ad96c7f5b97c5
Closes-Bug: #1718356
When being run within __init__() the rpc.init() call sees an empty
config, leading to errors when doing RPC call later. So we move it to a
later stage where we have read the config and can setup RPC properly.
Change-Id: I195b57bf9c001883764dc160ced40272c5eb4fd3
Closes-Bug: 1651576
The newest olso.messaging release introduces a type test that fails when
the parameter is mocked. [1]
Skip the failing test in order to unblock the gate until there is a
proper fix.
[1] I0bbf9fca0ecbe71efa87c9613ffd32eb718f2c0e
Partial-Bug: 1716119
Change-Id: I414badd42f02fd6fc99957e0c72b42c26b354517
Fix links that have changed with recent doc reorg.
Remove link to designate-msdnsagent, the repo is retired.
Change-Id: I22f78c3ed4ca723a46f9f9b4f83f80ed93bab72e
Other services have stopped doing so a long time ago and they are not
needed anywhere.
Also clean up references to screen when devstack is doing systemd only.
Change-Id: I36029c6d1d00f0283c1f6b5f04b78ce92c8cc54f
In [1] the definition of start_tls_proxy was changed, we need to have a
service name as the first parameter now.
Also set the correct protocol when tls-proxy is enabled.
[1] Ifcba410f5969521e8b3d30f02795541c1661f83a
Change-Id: I64e6f9aefcc8da5b9988fb7bff894d9a4205f871