Merge lp:~corey.bryant/charms/trusty/nova-cloud-controller/neutron-db-manage into lp:~openstack-charmers-archive/charms/trusty/nova-cloud-controller/next

Proposed by Corey Bryant
Status: Merged
Merged at revision: 175
Proposed branch: lp:~corey.bryant/charms/trusty/nova-cloud-controller/neutron-db-manage
Merge into: lp:~openstack-charmers-archive/charms/trusty/nova-cloud-controller/next
Diff against target: 13 lines (+3/-0)
1 file modified
hooks/nova_cc_utils.py (+3/-0)
To merge this branch: bzr merge lp:~corey.bryant/charms/trusty/nova-cloud-controller/neutron-db-manage
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+265065@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Corey Bryant (corey.bryant) wrote :

Juno deploys from source are failing due to being unable to find neutron-db-manage (it's installed in the virtualenv/bin directory). This adds a symlink so that it's found. I'm still planning a round of fixes to get rid of the need for all the symlinks but that's a bigger fix and this gets juno running again.

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

charm_lint_check #6294 nova-cloud-controller-next for corey.bryant mp265065
    LINT OK: passed

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

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

charm_unit_test #5926 nova-cloud-controller-next for corey.bryant mp265065
    UNIT OK: passed

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

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

charm_lint_check #6351 nova-cloud-controller-next for corey.bryant mp265065
    LINT OK: passed

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

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

charm_unit_test #5983 nova-cloud-controller-next for corey.bryant mp265065
    UNIT OK: passed

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

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

charm_amulet_test #5149 nova-cloud-controller-next for corey.bryant mp265065
    AMULET OK: passed

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

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

charm_amulet_test #5161 nova-cloud-controller-next for corey.bryant mp265065
    AMULET OK: passed

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/nova_cc_utils.py'
2--- hooks/nova_cc_utils.py 2015-06-10 15:48:34 +0000
3+++ hooks/nova_cc_utils.py 2015-07-16 21:29:35 +0000
4@@ -1126,6 +1126,9 @@
5 {'src': os.path.join(git_pip_venv_dir(projects_yaml),
6 'bin/nova-rootwrap'),
7 'link': '/usr/local/bin/nova-rootwrap'},
8+ {'src': os.path.join(git_pip_venv_dir(projects_yaml),
9+ 'bin/neutron-db-manage'),
10+ 'link': '/usr/local/bin/neutron-db-manage'},
11 ]
12
13 for s in symlinks:

Subscribers

People subscribed via source and target branches