stable/2023.1
master
stable/wallaby
stable/yoga
stable/zed
stable/xena
stable/train
stable/ussuri
stable/victoria
xena-em
12.0.0
12.0.0.0rc2
12.0.0.0rc1
9.1.0
wallaby-em
11.0.0
11.0.0.0rc1
victoria-em
10.0.0
10.0.0.0rc1
7.1.2
9.0.1
8.0.1
ussuri-em
6.2.2
9.0.0
9.0.0.0rc1
6.2.1
train-em
5.1.2
8.0.0
8.0.0.0rc2
8.0.0.0rc1
6.2.0
5.1.1
7.1.1
stein-eol
7.1.0
5.1.0
stein-em
4.1.4
6.1.0
5.0.3
7.0.0
7.0.0.0rc1
queens-eol
rocky-eol
4.1.3
5.0.2
6.0.1
4.1.2
pike-eol
ocata-eol
6.0.0
6.0.0.0rc1
rocky-em
3.2.2
5.0.1
4.1.1
3.2.1
queens-em
5.0.0
5.0.0.0rc2
4.1.0
3.2.0
2.1.2
5.0.0.0rc1
4.0.1
3.1.1
2.1.1
pike-em
1.0.5
3.1.0
2.1.0
ocata-em
4.0.0
4.0.0.0rc3
4.0.0.0rc2
4.0.0.0rc1
2.0.4
3.0.2
2.0.3
1.0.4
3.0.1
1.0.3
2.0.2
3.0.0
3.0.0.0rc3
3.0.0.0rc2
3.0.0.0rc1
3.0.0.0b3
3.0.0.0b2
3.0.0.0b1
2.0.1
1.0.2
2.0.0
2.0.0.0rc2
2.0.0.0rc1
2.0.0.0b3
2.0.0.0b2
2.0.0.0b1
newton-eol
0.9.2
1.0.1
1.0.0
1.0.0.0rc2
1.0.0.0rc1
1.0.0.0b3
mitaka-eol
1.0.0.0b2
1.0.0.0b1
liberty-eol
0.10.0
0.8.1
0.9.1
0.9.0
0.8.0
0.5.2
0.5.1
0.5.0
${ noResults }
2 Commits (65e132a734f005f090a384bfa129482d195c6d6e)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
649b33d247 |
Add license for empty __init__.py
This also fix build-openstack-sphinx-docs, there was a change introduced in sphinx 1.6.6: https://github.com/sphinx-doc/sphinx/pull/4335/files If the size of __init__.py is less than 2, then the module would be skipped which will cause the sphinx consistency checking failing later. Change-Id: I9d8764b6e907aceed8bb8a9b04711145d0eb32ad |
5 years ago |
![]() |
025ec0024b |
Allow user-data on amphora creation
Currently, Amphora configuration data is being sent as personality files as considered by Nova and some providers have limitations and must use cloud-init user-data. This patch introduces a new config option to enable user-data. If enabled the files that were built, such as the amphora config and certificates for the agent, will be templated into a cloud-init user-data script that loads the files as expected. After this we need to restart the agent as cloud-init happens at a higher level than service scripts. This does increase the boot time. This is configurable so there is no impact if it's not needed. Change-Id: I60fa87722302eee9d3d1fd6ff1b5b5b697a2406e Closes-Bug: #1541231 |
7 years ago |