37614bb1d5
Currently, swift_hash_path_suffix and swift_hash_path_prefix are placed in user_variables.yml file however they need to be placed in user_secrets.yml in order for pw-token-gen.py (which is run against user_secrets.yml) to generate values for these variables correctly. Change-Id: Ie1bdee3fbfaf627c10f654d30c9b7af67280673f Closes-Bug: 1424979
41 lines
1.5 KiB
YAML
41 lines
1.5 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
## Glance Options
|
|
# Set default_store to "swift" if using Cloud Files or swift backend
|
|
glance_default_store: file
|
|
glance_notification_driver: noop
|
|
|
|
# `internalURL` will cause glance to speak to swift via ServiceNet, use
|
|
# `publicURL` to communicate with swift over the public network
|
|
glance_swift_store_endpoint_type: internalURL
|
|
|
|
|
|
## Nova
|
|
# Uncomment "nova_console_endpoint" to define a specific nova console URI or
|
|
# IP address this will construct the specific proxy endpoint for the console.
|
|
# nova_console_endpoint: console.company_domain.name
|
|
|
|
# This defaults to KVM, if you are deploying on a host that is not KVM capable
|
|
# change this to your hypervisor type: IE "qemu", "lxc".
|
|
# nova_virt_type: kvm
|
|
# nova_cpu_allocation_ratio: 2.0
|
|
# nova_ram_allocation_ratio: 1.0
|
|
|
|
|
|
## Swift
|
|
# This will allow all users to create containers and upload to swift if set to True
|
|
swift_allow_all_users: False
|