Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 586678 Details for
Bug 824968
quantum-server-setup uses old openstack-utils tools interface
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to call openstack-config --set
quantum-server-setup-update-openstack-config-set-usage.patch (text/plain), 2.02 KB, created by
Chris Wright
on 2012-05-24 17:52:59 UTC
(
hide
)
Description:
patch to call openstack-config --set
Filename:
MIME Type:
Creator:
Chris Wright
Created:
2012-05-24 17:52:59 UTC
Size:
2.02 KB
patch
obsolete
>diff --git a/quantum-server-setup b/quantum-server-setup >index 577983f..cf91637 100644 >--- a/quantum-server-setup >+++ b/quantum-server-setup >@@ -370,21 +370,21 @@ if ! [ -e "${NOVA_CONF}" ]; then > echo " libvirt_vif_type=${LIBVIRT_VIF_TYPE}" > echo " linuxnet_interface_driver=${LINUX_INTERFACE_DRIVER}" > else >- openstack-config-set ${NOVA_CONF} DEFAULT network_manager nova.network.quantum.manager.QuantumManager >- openstack-config-set ${NOVA_CONF} DEFAULT quantum_connection_host `hostname` >- openstack-config-set ${NOVA_CONF} DEFAULT quantum_connection_port 9696 >- openstack-config-set ${NOVA_CONF} DEFAULT quantum_use_dhcp True >+ openstack-config --set ${NOVA_CONF} DEFAULT network_manager nova.network.quantum.manager.QuantumManager >+ openstack-config --set ${NOVA_CONF} DEFAULT quantum_connection_host `hostname` >+ openstack-config --set ${NOVA_CONF} DEFAULT quantum_connection_port 9696 >+ openstack-config --set ${NOVA_CONF} DEFAULT quantum_use_dhcp True > if [ ${SCHEDULER_DRIVER} ]; then >- openstack-config-set ${NOVA_CONF} DEFAULT scheduler_driver ${SCHEDULER_DRIVER} >+ openstack-config --set ${NOVA_CONF} DEFAULT scheduler_driver ${SCHEDULER_DRIVER} > fi > if [ ${LIBVIRT_VIF_DRIVER} ]; then >- openstack-config-set ${NOVA_CONF} DEFAULT libvirt_vif_driver ${LIBVIRT_VIF_DRIVER} >+ openstack-config --set ${NOVA_CONF} DEFAULT libvirt_vif_driver ${LIBVIRT_VIF_DRIVER} > fi > if [ ${LIBVIRT_VIF_TYPE} ]; then >- openstack-config-set ${NOVA_CONF} DEFAULT libvirt_vif_type ${LIBVIRT_VIF_TYPE} >+ openstack-config --set ${NOVA_CONF} DEFAULT libvirt_vif_type ${LIBVIRT_VIF_TYPE} > fi > if [ ${LINUX_INTERFACE_DRIVER} ]; then >- openstack-config-set ${NOVA_CONF} DEFAULT linuxnet_interface_driver ${LINUX_INTERFACE_DRIVER} >+ openstack-config --set ${NOVA_CONF} DEFAULT linuxnet_interface_driver ${LINUX_INTERFACE_DRIVER} > fi > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 824968
: 586678