Keystone uses fernet as default provider in its code now. This patch
adds provider=token in keystone.conf file explicitly.
TrivialFix
Change-Id: Id7142ff4f00ee99579ad420573eafefea0f4dcb7
manila-hnas-guide.rst, kuryr-guide.rst and production-architecture-guide.rst
some character error, update these error
Change-Id: I1ec8594af6cd6c29e40c7f0af331c6868a03877b
It was pointed out that the MountFlags=shared entry
was missing for Ubuntu in the multinode deployment guide.
The entry has been added back in.
Change-Id: I164932848eeaec3963fa205d4493a3b7f2343dfd
Closes-Bug: #1640618
source doc bifrost.rst have a character error :
If you encounter this issue you will have to acess the server
the character acess shoud be access
Change-Id: I3be61abe57cd7eda955ce63be3fd1cd7227f433b
Closes-Bug: #1640476
The parameter "required=True" is mistyped as "requried=True"
in ansible/library/kolla_docker.py and tests/test_kolla_docker.py
Closes bug: 1640423
Change-Id: I64c333275b9eb3eff5b1c0fa5d550f478e68020d
It can be quite useful (especially while debugging)
to see exactly what the final rendered Dockerfile
actually is; so when it is being rendered, log it
at DEBUG level (so that users running with DEBUG)
can see it.
Change-Id: I28b6f49a7d2f01d155f7885b6ab275c03c4e14af
Manilla was missed in the previous patch that deprecated Fedora
from the project.
Related-Bug: #1616387
Change-Id: Ib041817eaa3818cd0e86466b030b212782c074da
- logrotate does not have a maxsize option.
while logrotate supports a minsize option its
couterpart is size.
- This chage replaces the use of maxsize with size
in cron-logrotate-global.conf.j2
Change-Id: I381c52e8a866b74b5f2c3b38a2c87f74c48c05e1
Closes-Bug: #1640196
Allow cinder-volume, nova-compute and nova-libvirtd to be configured to
use NFS. In order to mount and work with NFS shares, several containers
needed the NFS packages installed during build time.
One somewhat significant change is the addition of an explicit bind
volume for nova-compute that has shared mounts enabled.
According to docker-run(1), the shared mount propagation flag can only
be specified for bind mounted Docker volumes and not named volumes.
In an NFS setup, cinder-volume mounts the NFS shares so that it can
create and manage the Cinder volumes. When a new instance is created
with a Cinder volume or a Cinder volume is attached to an existing
instance, nova-compute mounts the Cinder volume from the NFS share for
nova-libvirtd. In order for nova-libvirtd to then see those Cinder
volumes the shared mounts flag must be enabled for the Docker volume.
Remove the rpcbind container as it is only necessary for operators who
are using NFSv3 or lower. There is no known need for this currently
however, this container can be added in the future should an operator
require it.
Co-authored-by: Ryan Hallisey <rhallise@redhat.com>
Co-authored-by: Andrew Widdersheim <amwiddersheim@gmail.com>
Change-Id: Iad77c05bce8876bdcc69b7ec22edd50e3bf48b9f
Closes-Bug: #1530515
Partially implements: blueprint nfs-support-in-cinder
Mariadb galera will be ready only when wsrep_ready to be ON, rather then
wsrep_cluster_status is equal to Primary.
Closes-Bug: #1639838
Change-Id: I9ef60a39a195057eeee0404a39b174cc8feed793