related to bug 1131446, makes makes this setting no longer the default,
as doing so broke DHCP for other plugins.
Change-Id: I01ff9e00ba8d416179b485000e69cf3b3908b7bf
Select a database by adding it to ENABLED_SERVICE like the other
services. This greatly simplifies using the lib/* functions in
places other than stack.sh
Backward-compatibility is maintained or now (into havana at least).
Change-Id: I967e44603b4d69d5d70e1a75a9938172ca434025
cirros 0.3.1 images have several significant improvements over 0.3.0, including:
* newer kernel (3.2.0-25.40)
* support for more filesystems (vfat, iso9660)
* support for configdrive (config-drive-v2) as a datasource
* acpi reboot/shutdown
* curl with https support (previously there was no way to get https urls)
Change-Id: Idd7bef0cebb941f77d1cead9dc990fa0b03ff46b
Removed the setting completely so that this is
left under control of tempest.conf.sample
Fixes LP# 1130750
Change-Id: I710f1c111e66834f4bc7020cad82c04bf495441c
keystone auth_token middleware now allows quantum to have auth_token
configuration in quantum.conf. auth_token middleware supports
auth_token configuration both in api-paste.ini and quantum.conf,
so we can apply this change at any timing.
Change-Id: Ie5dd63e6c6938d2c8118e0f6090ef057c21a772a
Add quantum networking support when nova-baremetal is active.
This creates a ctlplane network and br-ctlplane bridge, and moves IPs
from PHYSICAL_INTERFACE to OVS_PHYSICAL_BRIDGE.
Change-Id: If2026c01b93de0ccc7c3f9112de07b3a9c01ac20
resize tests were turned off explicitly, which they shouldn't be
turn these back on in a default config as we've set nova to allow
resize_to_same_host.
Change-Id: Iacedf11e56aff3a541f1b67b208e8ed3a30b2c44
The lib/quantum_* directories include plugin files that also
contains the $XTRACE bits at entry and exit. The nested XTRACE handling overwrote
the value from lib/quantum. So...make the nested files use their own
XTRACE variables.
Change-Id: Ib5e643371666b21402eef2ec58bfb1dfb7e1ccc4
This sets the dns option for baremetal deploy clients.
this is useful for clients who may require external access
during the deployment process.
Change-Id: Ibe680d2acaad826e4868223ebfd1f112d7796662
Authored-by: Chris Krelle <nobodycam@gmail.com>
--external_network_bridge and --ovs_integration_bridge
are no longer a valid options
Fixes LP# 1115213
Change-Id: I9af4514a0cc661f4b72b3f0e00407be163c48945
Always display 3 digits for milliseconds (appends 0s)
Based on I3f1461839258be0723e2d3616ec225a830d13029
Change-Id: I48b3f3781b4d34ed6a5fb9e4e78cee919afda6c1
get_python_exec_prefix returns the path to the direcotry where python
executables are installed, that is /usr/bin on Fedora and /usr/local/bin
everywhere else.
It is used to properly locate OpenStack executables.
Fixes: bug #1068386
Change-Id: I228498ebe2762568d00757d065e37377ee2c8fb3
This is a temporary fix until the Quantum patch lands. Then
devstack will be updated to remove all of the root_helper
settings in the DEFAULT section.
The Quantum patch in Question is:
https://review.openstack.org/#/c/20603/
Change-Id: Ie17ae76e8b525481e1002bd941812390cf2e2afc