floating_ips and volumes exercises both access Glance directly, but
assume it is running locally. To better accomodate exercising a
multi-host cloud, specify glance host via GLANCE_HOST setting which
defaults to HOST_IP to maintain current single-node functionality.
Change-Id: Iad06044af031083afa477204d446ada5161ca521
* modifies stack.sh to run nova-cert and nova-objectstore
* adds exercises/bundle.sh to test for bundling
* requires https://review.openstack.org/#change,3200
Change-Id: I850891948fbdfdf5890225f94df755e5dbc733d0
* Keystone middleware moved back into nova in b160d731
* Removaes old pipeline replace
* Adds validator in to ec2 pipeline
Change-Id: Idf7a274e7961bf18b9dd7533f7a0f0a606a291d8
The change https://review.openstack.org/#change,3190 updates the
pipelines in api-paste.ini to remove deprecated middleware, but
devstack was still using the old pipelines and thus barfed. This
updates the pipelines in devstack.
Change-Id: I3088d3cd6c9e1bbf5762e74cbc8eaf8d06c44405
* increase some timeouts
* tolerate existing security groups and rules
* add optional DEFAULT_IMAGE_NAME to select the image to boot
* fix image lists via glance
Change-Id: I31ae743e602f69a2c9f872273273f542fc4afda3
Set http_proxy and https_proxy as usual outside of devstack, or
in localrc. All clients running under sudo need env vars passed
explicitly (apt-get, pip, curl). Some tests using wget need proxy
turned off since they point to our services (i.e. glance, keystone).
Change-Id: Ie87aa2d3502ed5a1312f148db12bb61e5eaf1054
The patchset https://review.openstack.org/#change,3036 splits
paste.deploy application pipeline stuff from regular configuration
file options. This is the change to devstack that will be needed
to go along with that change in Glance.
Change-Id: I606aa81c8ebdf50cdc554611ab3781c554991205
* Handle before/after upcoming Glance configuration file changes
* Add configuration vars for Keystone URIs to configure Glance
and other services
Change-Id: I465065592ade11fb86c40cd04d29c4ae3f1706d7
- flag telling nova quantum manager to use DHCP is incorrect
- OVS quantum plugin no longer has default sql_connection string.
- only run quantum OVS agent is openvswitch is enabled
- add ovs-vsctl to sudoers file.
Change-Id: I1e9b3fe987b3e29d0d4f670b2d964777d9cc3e1b
* Elimiate subshells to produce logfiles (fixes bug 885091)
* Clean up log files older than 7 days (default)
* Append date/time to specified log file name
* Default LOGFILE='', now must set to get logging
This changes the default behaviour of stack.sh to not write a log file
unless LOGFILE is set.
Change-Id: I5d3fb65e12ccdb52fca5a41ee8f5777c046cd375
Keystone does not support a log_config config file option. It
only respects the command line argument.
Fixes bug 910436.
Change-Id: I276ad5da239d5d9b6a1dcdd1013972c7948c511b