merging sources changes - #1
Merged
Merged
Conversation
On some slow system with recent version of Elasticsearch we saw that the service becomes ready after more than 1 minute. Change-Id: Id2b21ab24a96d10fffdcccd652a7d3ec4e8ce39c
The tempest-multinode-full job is running the c-bak service on the subnode where swift isn't running, and because of the "is_enabled_service swift" check, cinder on the subnode wasn't getting configured to talk to swift so the c-bak service was down. Since chances are good that we're running swift, just configure cinder to always use it. Change-Id: I86b090967dadeeefc017ff0311beeea9441b6ba6 Closes-Bug: #1783128
The neutron guide refers to ENABLE_PROJECT_VLANS and PROJECT_VLAN_RANGE but these are not present/checked in the code, which uses ENABLE_TENANT_VLANS and TENANT_VLAN_RANGE. This corrects the documentation to match. Change-Id: I204356c861157e9fab357bb4dde55185bf18a707
This patch provides a new mechanism to deploy Neutron using WSGI script. This also starts a Neutron RPC server process when the Neutron API is loaded via a WSGI entry point to serve the agents. Co-Authored-By: Victor Morales <victor.morales@intel.com> Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com> Change-Id: I16a199b04858bfc03ef50d9883154dba8b0d66ea Depends-On: https://review.openstack.org/#/c/580049/ Partially-implements: blueprint run-in-wsgi-server
The RPC transport_url for keystone was being set in the DEFAULT section, even though keystone doesn't do anything with it. Instead, keystone leans on the [oslo_messaging_notification] section from oslo.messaging to register the transport_url option. This change sets the transport_url in the proper section instead of using the DEFAULT section. Change-Id: I11590d0175da7ea310d5529f2d7c0bf8d7fb25b3
There is no projects using this and allows openstack-infra to delete fedora-27 images. Change-Id: I37d482dd2b5e099c370ab693ff430cb9c56360f8 Depends-On: https://review.openstack.org/588369 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
TEMPEST_AUTH_VERSION should be 'v3' or 'v2' not 'v2.0'. To disable the identity v2 admin tests TEMPEST_AUTH_VERSION is being compared with 'v2.0' which is incorrect. Change-Id: I5f7e3bcf733edbbee06016bcad4845dda552815e
Set 'PUBLIC_INTERFACE' in local.conf, so the code will be entered into _move_neutron_addresses_route of neutron-legacy. But if lack of sudo to run command arping, the information "arping: socket: Operation not permitted" occurs. So add 'sudo' for 'ARP_CMD' of lib/neutron-legacy. Change-Id: I8ac8a9bc2bbba049c45b28bf9b93d9a10e398fe6 Closes-Bug: #1783046
Before this change, only *.log and *.log.[0-9] patterns were
ignored, which was not enough. Examples of file names which were
not ignored:
devstack.log.2018-08-09-100547
wget-log
wget-log.1
Patterns *.log.* and *-log.* work for every log file generated by
devstack.
Change-Id: I6f0de5de74f196ab9df66cf3f2f969e53da01c22
Signed-off-by: Michal Rostecki <mrostecki@suse.de>
In the latest version of Contributing to DevStack manual.There are a few words to say that "tools/build_docs.sh is used to generate the HTML versions of the DevStack scripts".But build_docs.sh is not there since Newton version.So I delete it for good. Change-Id: I69f7aa23e1efd8f8a63aa79628e67378d524e173
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.