Merge lp:~corey.bryant/charms/trusty/nova-compute/git-ods into lp:~openstack-charmers-archive/charms/trusty/nova-compute/next

Proposed by Corey Bryant
Status: Merged
Merged at revision: 133
Proposed branch: lp:~corey.bryant/charms/trusty/nova-compute/git-ods
Merge into: lp:~openstack-charmers-archive/charms/trusty/nova-compute/next
Diff against target: 481 lines (+153/-41)
6 files modified
hooks/charmhelpers/contrib/openstack/utils.py (+65/-18)
hooks/charmhelpers/contrib/python/packages.py (+28/-5)
hooks/charmhelpers/fetch/giturl.py (+7/-5)
hooks/nova_compute_utils.py (+35/-4)
tests/basic_deployment.py (+2/-2)
unit_tests/test_nova_compute_utils.py (+16/-7)
To merge this branch: bzr merge lp:~corey.bryant/charms/trusty/nova-compute/git-ods
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+257191@code.launchpad.net

Commit message

Adds support to:
* Use a Python virtualenv when deploying from source
* Default to shallow clone for git (depth=1)
* Pass http_proxy to pip installs if specified

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #3824 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/3824/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #3611 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/3611/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #3610 nova-compute-next for corey.bryant mp257191
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/3610/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #3868 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/3868/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #3655 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/3655/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #3877 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/3877/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #3664 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/3664/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #3907 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/3907/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #3694 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/3694/

155. By Corey Bryant

Sync charm-helpers

156. By Corey Bryant

Add comment to fix bin symlinks

157. By Corey Bryant

Sync charm-helpers

158. By Corey Bryant

Sync charm-helpers

159. By Corey Bryant

Clone from github in deploy from source amulet tests

160. By Corey Bryant

Add libyaml-dev as base git package

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #4467 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/4467/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #4192 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/4192/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #4090 nova-compute-next for corey.bryant mp257191
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4090/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #4529 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/4529/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #4254 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/4254/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #4108 nova-compute-next for corey.bryant mp257191
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4108/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #4537 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/4537/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #4262 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/4262/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #4116 nova-compute-next for corey.bryant mp257191
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4116/

161. By Corey Bryant

Sync charm-helpers

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #4841 nova-compute-next for corey.bryant mp257191
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/4841/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #4521 nova-compute-next for corey.bryant mp257191
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/4521/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #4332 nova-compute-next for corey.bryant mp257191
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/11397779/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4332/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/charmhelpers/contrib/openstack/utils.py'
2--- hooks/charmhelpers/contrib/openstack/utils.py 2015-04-16 14:46:02 +0000
3+++ hooks/charmhelpers/contrib/openstack/utils.py 2015-05-27 13:07:13 +0000
4@@ -53,9 +53,13 @@
5 get_ipv6_addr
6 )
7
8+from charmhelpers.contrib.python.packages import (
9+ pip_create_virtualenv,
10+ pip_install,
11+)
12+
13 from charmhelpers.core.host import lsb_release, mounts, umount
14 from charmhelpers.fetch import apt_install, apt_cache, install_remote
15-from charmhelpers.contrib.python.packages import pip_install
16 from charmhelpers.contrib.storage.linux.utils import is_block_device, zap_disk
17 from charmhelpers.contrib.storage.linux.loopback import ensure_loopback_device
18
19@@ -497,7 +501,17 @@
20 requirements_dir = None
21
22
23-def git_clone_and_install(projects_yaml, core_project):
24+def _git_yaml_load(projects_yaml):
25+ """
26+ Load the specified yaml into a dictionary.
27+ """
28+ if not projects_yaml:
29+ return None
30+
31+ return yaml.load(projects_yaml)
32+
33+
34+def git_clone_and_install(projects_yaml, core_project, depth=1):
35 """
36 Clone/install all specified OpenStack repositories.
37
38@@ -510,23 +524,22 @@
39 repository: 'git://git.openstack.org/openstack/requirements.git',
40 branch: 'stable/icehouse'}
41 directory: /mnt/openstack-git
42- http_proxy: http://squid.internal:3128
43- https_proxy: https://squid.internal:3128
44+ http_proxy: squid-proxy-url
45+ https_proxy: squid-proxy-url
46
47 The directory, http_proxy, and https_proxy keys are optional.
48 """
49 global requirements_dir
50 parent_dir = '/mnt/openstack-git'
51-
52- if not projects_yaml:
53- return
54-
55- projects = yaml.load(projects_yaml)
56+ http_proxy = None
57+
58+ projects = _git_yaml_load(projects_yaml)
59 _git_validate_projects_yaml(projects, core_project)
60
61 old_environ = dict(os.environ)
62
63 if 'http_proxy' in projects.keys():
64+ http_proxy = projects['http_proxy']
65 os.environ['http_proxy'] = projects['http_proxy']
66 if 'https_proxy' in projects.keys():
67 os.environ['https_proxy'] = projects['https_proxy']
68@@ -534,15 +547,19 @@
69 if 'directory' in projects.keys():
70 parent_dir = projects['directory']
71
72+ pip_create_virtualenv(os.path.join(parent_dir, 'venv'))
73+
74 for p in projects['repositories']:
75 repo = p['repository']
76 branch = p['branch']
77 if p['name'] == 'requirements':
78- repo_dir = _git_clone_and_install_single(repo, branch, parent_dir,
79+ repo_dir = _git_clone_and_install_single(repo, branch, depth,
80+ parent_dir, http_proxy,
81 update_requirements=False)
82 requirements_dir = repo_dir
83 else:
84- repo_dir = _git_clone_and_install_single(repo, branch, parent_dir,
85+ repo_dir = _git_clone_and_install_single(repo, branch, depth,
86+ parent_dir, http_proxy,
87 update_requirements=True)
88
89 os.environ = old_environ
90@@ -574,7 +591,8 @@
91 error_out('openstack-origin-git key \'{}\' is missing'.format(key))
92
93
94-def _git_clone_and_install_single(repo, branch, parent_dir, update_requirements):
95+def _git_clone_and_install_single(repo, branch, depth, parent_dir, http_proxy,
96+ update_requirements):
97 """
98 Clone and install a single git repository.
99 """
100@@ -587,7 +605,8 @@
101
102 if not os.path.exists(dest_dir):
103 juju_log('Cloning git repo: {}, branch: {}'.format(repo, branch))
104- repo_dir = install_remote(repo, dest=parent_dir, branch=branch)
105+ repo_dir = install_remote(repo, dest=parent_dir, branch=branch,
106+ depth=depth)
107 else:
108 repo_dir = dest_dir
109
110@@ -598,7 +617,12 @@
111 _git_update_requirements(repo_dir, requirements_dir)
112
113 juju_log('Installing git repo from dir: {}'.format(repo_dir))
114- pip_install(repo_dir)
115+ if http_proxy:
116+ pip_install(repo_dir, proxy=http_proxy,
117+ venv=os.path.join(parent_dir, 'venv'))
118+ else:
119+ pip_install(repo_dir,
120+ venv=os.path.join(parent_dir, 'venv'))
121
122 return repo_dir
123
124@@ -621,16 +645,27 @@
125 os.chdir(orig_dir)
126
127
128+def git_pip_venv_dir(projects_yaml):
129+ """
130+ Return the pip virtualenv path.
131+ """
132+ parent_dir = '/mnt/openstack-git'
133+
134+ projects = _git_yaml_load(projects_yaml)
135+
136+ if 'directory' in projects.keys():
137+ parent_dir = projects['directory']
138+
139+ return os.path.join(parent_dir, 'venv')
140+
141+
142 def git_src_dir(projects_yaml, project):
143 """
144 Return the directory where the specified project's source is located.
145 """
146 parent_dir = '/mnt/openstack-git'
147
148- if not projects_yaml:
149- return
150-
151- projects = yaml.load(projects_yaml)
152+ projects = _git_yaml_load(projects_yaml)
153
154 if 'directory' in projects.keys():
155 parent_dir = projects['directory']
156@@ -640,3 +675,15 @@
157 return os.path.join(parent_dir, os.path.basename(p['repository']))
158
159 return None
160+
161+
162+def git_yaml_value(projects_yaml, key):
163+ """
164+ Return the value in projects_yaml for the specified key.
165+ """
166+ projects = _git_yaml_load(projects_yaml)
167+
168+ if key in projects.keys():
169+ return projects[key]
170+
171+ return None
172
173=== modified file 'hooks/charmhelpers/contrib/python/packages.py'
174--- hooks/charmhelpers/contrib/python/packages.py 2015-02-26 00:01:55 +0000
175+++ hooks/charmhelpers/contrib/python/packages.py 2015-05-27 13:07:13 +0000
176@@ -17,8 +17,11 @@
177 # You should have received a copy of the GNU Lesser General Public License
178 # along with charm-helpers. If not, see <http://www.gnu.org/licenses/>.
179
180+import os
181+import subprocess
182+
183 from charmhelpers.fetch import apt_install, apt_update
184-from charmhelpers.core.hookenv import log
185+from charmhelpers.core.hookenv import charm_dir, log
186
187 try:
188 from pip import main as pip_execute
189@@ -51,11 +54,15 @@
190 pip_execute(command)
191
192
193-def pip_install(package, fatal=False, upgrade=False, **options):
194+def pip_install(package, fatal=False, upgrade=False, venv=None, **options):
195 """Install a python package"""
196- command = ["install"]
197+ if venv:
198+ venv_python = os.path.join(venv, 'bin/pip')
199+ command = [venv_python, "install"]
200+ else:
201+ command = ["install"]
202
203- available_options = ('proxy', 'src', 'log', "index-url", )
204+ available_options = ('proxy', 'src', 'log', 'index-url', )
205 for option in parse_options(options, available_options):
206 command.append(option)
207
208@@ -69,7 +76,10 @@
209
210 log("Installing {} package with options: {}".format(package,
211 command))
212- pip_execute(command)
213+ if venv:
214+ subprocess.check_call(command)
215+ else:
216+ pip_execute(command)
217
218
219 def pip_uninstall(package, **options):
220@@ -94,3 +104,16 @@
221 """Returns the list of current python installed packages
222 """
223 return pip_execute(["list"])
224+
225+
226+def pip_create_virtualenv(path=None):
227+ """Create an isolated Python environment."""
228+ apt_install('python-virtualenv')
229+
230+ if path:
231+ venv_path = path
232+ else:
233+ venv_path = os.path.join(charm_dir(), 'venv')
234+
235+ if not os.path.exists(venv_path):
236+ subprocess.check_call(['virtualenv', venv_path])
237
238=== modified file 'hooks/charmhelpers/fetch/giturl.py'
239--- hooks/charmhelpers/fetch/giturl.py 2015-02-26 00:01:55 +0000
240+++ hooks/charmhelpers/fetch/giturl.py 2015-05-27 13:07:13 +0000
241@@ -45,14 +45,16 @@
242 else:
243 return True
244
245- def clone(self, source, dest, branch):
246+ def clone(self, source, dest, branch, depth=None):
247 if not self.can_handle(source):
248 raise UnhandledSource("Cannot handle {}".format(source))
249
250- repo = Repo.clone_from(source, dest)
251- repo.git.checkout(branch)
252+ if depth:
253+ Repo.clone_from(source, dest, branch=branch, depth=depth)
254+ else:
255+ Repo.clone_from(source, dest, branch=branch)
256
257- def install(self, source, branch="master", dest=None):
258+ def install(self, source, branch="master", dest=None, depth=None):
259 url_parts = self.parse_url(source)
260 branch_name = url_parts.path.strip("/").split("/")[-1]
261 if dest:
262@@ -63,7 +65,7 @@
263 if not os.path.exists(dest_dir):
264 mkdir(dest_dir, perms=0o755)
265 try:
266- self.clone(source, dest_dir, branch)
267+ self.clone(source, dest_dir, branch, depth)
268 except GitCommandError as e:
269 raise UnhandledSource(e.message)
270 except OSError as e:
271
272=== modified file 'hooks/nova_compute_utils.py'
273--- hooks/nova_compute_utils.py 2015-04-23 13:32:10 +0000
274+++ hooks/nova_compute_utils.py 2015-05-27 13:07:13 +0000
275@@ -45,9 +45,15 @@
276 git_install_requested,
277 git_clone_and_install,
278 git_src_dir,
279+ git_pip_venv_dir,
280+ git_yaml_value,
281 os_release
282 )
283
284+from charmhelpers.contrib.python.packages import (
285+ pip_install,
286+)
287+
288 from nova_compute_context import (
289 CloudComputeContext,
290 MetadataServiceContext,
291@@ -73,9 +79,13 @@
292 ]
293
294 BASE_GIT_PACKAGES = [
295+ 'libffi-dev',
296+ 'libssl-dev',
297 'libvirt-bin',
298 'libxml2-dev',
299 'libxslt1-dev',
300+ 'libvirt-dev',
301+ 'libyaml-dev',
302 'python-dev',
303 'python-pip',
304 'python-setuptools',
305@@ -686,6 +696,14 @@
306
307 def git_post_install(projects_yaml):
308 """Perform post-install setup."""
309+ http_proxy = git_yaml_value(projects_yaml, 'http_proxy')
310+ if http_proxy:
311+ pip_install('libvirt-python', proxy=http_proxy,
312+ venv=git_pip_venv_dir(projects_yaml))
313+ else:
314+ pip_install('libvirt-python',
315+ venv=git_pip_venv_dir(projects_yaml))
316+
317 src_etc = os.path.join(git_src_dir(projects_yaml, 'nova'), 'etc/nova')
318 configs = [
319 {'src': src_etc,
320@@ -697,6 +715,18 @@
321 shutil.rmtree(c['dest'])
322 shutil.copytree(c['src'], c['dest'])
323
324+ # NOTE(coreycb): Need to find better solution than bin symlinks.
325+ symlinks = [
326+ {'src': os.path.join(git_pip_venv_dir(projects_yaml),
327+ 'bin/nova-rootwrap'),
328+ 'link': '/usr/local/bin/nova-rootwrap'},
329+ ]
330+
331+ for s in symlinks:
332+ if os.path.lexists(s['link']):
333+ os.remove(s['link'])
334+ os.symlink(s['src'], s['link'])
335+
336 virt_type = VIRT_TYPES[config('virt-type')][0]
337 nova_compute_conf = 'git/{}.conf'.format(virt_type)
338 render(nova_compute_conf, '/etc/nova/nova-compute.conf', {}, perms=0o644)
339@@ -705,6 +735,7 @@
340 service_name = 'nova-compute'
341 nova_user = 'nova'
342 start_dir = '/var/lib/nova'
343+ bin_dir = os.path.join(git_pip_venv_dir(projects_yaml), 'bin')
344 nova_conf = '/etc/nova/nova.conf'
345 nova_api_metadata_context = {
346 'service_description': 'Nova Metadata API server',
347@@ -712,7 +743,7 @@
348 'user_name': nova_user,
349 'start_dir': start_dir,
350 'process_name': 'nova-api-metadata',
351- 'executable_name': '/usr/local/bin/nova-api-metadata',
352+ 'executable_name': os.path.join(bin_dir, 'nova-api-metadata'),
353 'config_files': [nova_conf],
354 }
355 nova_api_context = {
356@@ -721,7 +752,7 @@
357 'user_name': nova_user,
358 'start_dir': start_dir,
359 'process_name': 'nova-api',
360- 'executable_name': '/usr/local/bin/nova-api',
361+ 'executable_name': os.path.join(bin_dir, 'nova-api'),
362 'config_files': [nova_conf],
363 }
364 nova_compute_context = {
365@@ -729,7 +760,7 @@
366 'service_name': service_name,
367 'user_name': nova_user,
368 'process_name': 'nova-compute',
369- 'executable_name': '/usr/local/bin/nova-compute',
370+ 'executable_name': os.path.join(bin_dir, 'nova-compute'),
371 'config_files': [nova_conf, '/etc/nova/nova-compute.conf'],
372 }
373 nova_network_context = {
374@@ -738,7 +769,7 @@
375 'user_name': nova_user,
376 'start_dir': start_dir,
377 'process_name': 'nova-network',
378- 'executable_name': '/usr/local/bin/nova-network',
379+ 'executable_name': os.path.join(bin_dir, 'nova-network'),
380 'config_files': [nova_conf],
381 }
382
383
384=== modified file 'tests/basic_deployment.py'
385--- tests/basic_deployment.py 2015-04-16 21:31:33 +0000
386+++ tests/basic_deployment.py 2015-05-27 13:07:13 +0000
387@@ -75,10 +75,10 @@
388 openstack_origin_git = {
389 'repositories': [
390 {'name': 'requirements',
391- 'repository': 'git://git.openstack.org/openstack/requirements',
392+ 'repository': 'git://github.com/openstack/requirements',
393 'branch': branch},
394 {'name': 'nova',
395- 'repository': 'git://git.openstack.org/openstack/nova',
396+ 'repository': 'git://github.com/openstack/nova',
397 'branch': branch},
398 ],
399 'directory': '/mnt/openstack-git',
400
401=== modified file 'unit_tests/test_nova_compute_utils.py'
402--- unit_tests/test_nova_compute_utils.py 2015-04-22 16:15:45 +0000
403+++ unit_tests/test_nova_compute_utils.py 2015-05-27 13:07:13 +0000
404@@ -20,6 +20,7 @@
405 'os_release',
406 'log',
407 'neutron_plugin_attribute',
408+ 'pip_install',
409 'related_units',
410 'relation_ids',
411 'relation_get',
412@@ -617,22 +618,30 @@
413 @patch.object(utils, 'git_src_dir')
414 @patch.object(utils, 'service_restart')
415 @patch.object(utils, 'render')
416+ @patch.object(utils, 'git_pip_venv_dir')
417 @patch('os.path.join')
418 @patch('os.path.exists')
419+ @patch('os.symlink')
420 @patch('shutil.copytree')
421 @patch('shutil.rmtree')
422+ @patch('subprocess.check_call')
423 @patch.object(utils, 'apt_install')
424 @patch.object(utils, 'apt_update')
425- def test_git_post_install(self, apt_update, apt_install, rmtree, copytree,
426- exists, join, render, service_restart,
427- git_src_dir):
428+ def test_git_post_install(self, apt_update, apt_install, check_call,
429+ rmtree, copytree, symlink, exists, join, venv,
430+ render, service_restart, git_src_dir):
431 projects_yaml = openstack_origin_git
432 join.return_value = 'joined-string'
433+ venv.return_value = '/mnt/openstack-git/venv'
434 utils.git_post_install(projects_yaml)
435 expected = [
436 call('joined-string', '/etc/nova'),
437 ]
438 copytree.assert_has_calls(expected)
439+ expected = [
440+ call('joined-string', '/usr/local/bin/nova-rootwrap'),
441+ ]
442+ symlink.assert_has_calls(expected, any_order=True)
443
444 service_name = 'nova-compute'
445 nova_user = 'nova'
446@@ -644,7 +653,7 @@
447 'user_name': nova_user,
448 'start_dir': start_dir,
449 'process_name': 'nova-api-metadata',
450- 'executable_name': '/usr/local/bin/nova-api-metadata',
451+ 'executable_name': 'joined-string',
452 'config_files': [nova_conf],
453 }
454 nova_api_context = {
455@@ -653,7 +662,7 @@
456 'user_name': nova_user,
457 'start_dir': start_dir,
458 'process_name': 'nova-api',
459- 'executable_name': '/usr/local/bin/nova-api',
460+ 'executable_name': 'joined-string',
461 'config_files': [nova_conf],
462 }
463 nova_compute_context = {
464@@ -661,7 +670,7 @@
465 'service_name': service_name,
466 'user_name': nova_user,
467 'process_name': 'nova-compute',
468- 'executable_name': '/usr/local/bin/nova-compute',
469+ 'executable_name': 'joined-string',
470 'config_files': [nova_conf, '/etc/nova/nova-compute.conf'],
471 }
472 nova_network_context = {
473@@ -670,7 +679,7 @@
474 'user_name': nova_user,
475 'start_dir': start_dir,
476 'process_name': 'nova-network',
477- 'executable_name': '/usr/local/bin/nova-network',
478+ 'executable_name': 'joined-string',
479 'config_files': [nova_conf],
480 }
481 expected = [

Subscribers

People subscribed via source and target branches