diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-10-26 16:43:41 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-02 15:56:47 +0100 |
| commit | 27af4badfa45d187046c5f523cb8e4618bca4bf0 (patch) | |
| tree | cf837034f29bcebb3f89f7866c2e11fd4b5151ef /meta-openstack | |
| parent | 2a19c0535a92f23978473b79af948bc39535da9b (diff) | |
| download | meta-cloud-services-27af4badfa45d187046c5f523cb8e4618bca4bf0.tar.gz | |
python-neutron: Remove dangling patch file
This patch became obsolete with the upreve to v9.4.0
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch b/meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch deleted file mode 100644 index 77674a6..0000000 --- a/meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | From 0ae370672b9246664a8159709809bcef635fb3e0 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Bruce Ashfield <bruce.ashfield@windriver.com> | ||
| 3 | Date: Tue, 29 Apr 2014 23:57:24 -0400 | ||
| 4 | Subject: [PATCH] neutron.conf: jumpstart nova state reporting configuration | ||
| 5 | |||
| 6 | To enable neutron reporting of vif states to nova, we need to configure | ||
| 7 | neutron.conf with auth urls and passwords. While this configuration isn't | ||
| 8 | complete, it fills in some required values (and leaves them commented). | ||
| 9 | |||
| 10 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||
| 11 | --- | ||
| 12 | etc/neutron.conf | 6 +++--- | ||
| 13 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
| 14 | |||
| 15 | Index: git/etc/neutron.conf | ||
| 16 | =================================================================== | ||
| 17 | --- git.orig/etc/neutron.conf | ||
| 18 | +++ git/etc/neutron.conf | ||
| 19 | @@ -197,7 +197,7 @@ | ||
| 20 | # notify_nova_on_port_data_changes = True | ||
| 21 | |||
| 22 | # URL for connection to nova (Only supports one nova region currently). | ||
| 23 | -# nova_url = http://127.0.0.1:8774/v2 | ||
| 24 | +# nova_url = http://%CONTROLLER_IP%:8774/v2 | ||
| 25 | |||
| 26 | # Name of nova region to use. Useful if keystone manages more than one region | ||
| 27 | # nova_region_name = | ||
| 28 | @@ -209,10 +209,10 @@ | ||
| 29 | # nova_admin_tenant_id = | ||
| 30 | |||
| 31 | # Password for connection to nova in admin context. | ||
| 32 | -# nova_admin_password = | ||
| 33 | +# nova_admin_password = %SERVICE_PASSWORD% | ||
| 34 | |||
| 35 | # Authorization URL for connection to nova in admin context. | ||
| 36 | -# nova_admin_auth_url = | ||
| 37 | +# nova_admin_auth_url = http://%CONTROLLER_IP%:8081/keystone/admin | ||
| 38 | |||
| 39 | # CA file for novaclient to verify server certificates | ||
| 40 | # nova_ca_certificates_file = | ||
