~freyes/ubuntu/+source/heat:stable/victoria
Last commit made on
2022-03-02
- Get this branch:
-
git clone
-b stable/victoria
https://git.launchpad.net/~freyes/ubuntu/+source/heat
Only
Felipe Reyes
can upload to this branch. If you are
Felipe Reyes
please log in for upload directions.
Branch merges
Propose for merging
Merged
into
~ubuntu-openstack-dev/ubuntu/+source/heat:stable/victoria
at
revision f75ae83ddb14290b3d4acdd059f565959b5d1355
- Corey Bryant: Pending requested
-
Diff: 4859 lines (+288/-2013)46 files modified.zuul.yaml (+3/-5)
AUTHORS (+10/-0)
ChangeLog (+33/-0)
PKG-INFO (+1/-1)
debian/changelog (+7/-2)
debian/watch (+1/-1)
dev/null (+0/-1824)
devstack/lib/heat (+14/-3)
doc/source/getting_started/on_devstack.rst (+2/-2)
heat/cloudinit/loguserdata.py (+9/-0)
heat/common/context.py (+2/-0)
heat/db/sqlalchemy/api.py (+1/-2)
heat/engine/clients/os/nova.py (+9/-12)
heat/engine/clients/os/trove.py (+1/-1)
heat/engine/hot/functions.py (+8/-6)
heat/engine/resource.py (+0/-2)
heat/engine/resources/openstack/keystone/role.py (+1/-2)
heat/engine/resources/openstack/neutron/net.py (+6/-1)
heat/engine/resources/openstack/nova/server.py (+10/-1)
heat/engine/resources/openstack/octavia/pool.py (+2/-2)
heat/engine/resources/server_base.py (+9/-22)
heat/objects/resource.py (+1/-2)
heat/tests/clients/test_cinder_client.py (+0/-8)
heat/tests/clients/test_nova_client.py (+14/-19)
heat/tests/db/test_sqlalchemy_api.py (+9/-14)
heat/tests/openstack/cinder/test_volume.py (+1/-1)
heat/tests/openstack/cinder/test_volume_type.py (+3/-3)
heat/tests/openstack/cinder/test_volume_utils.py (+2/-3)
heat/tests/openstack/nova/test_server.py (+41/-1)
heat/tests/test_hot.py (+1/-1)
heat_integrationtests/cleanup_test_env.sh (+1/-1)
heat_integrationtests/common/clients.py (+0/-21)
heat_integrationtests/common/test.py (+0/-10)
heat_integrationtests/prepare_test_env.sh (+1/-1)
lower-constraints.txt (+20/-16)
openstack_heat.egg-info/PKG-INFO (+1/-1)
openstack_heat.egg-info/SOURCES.txt (+3/-0)
openstack_heat.egg-info/pbr.json (+1/-1)
openstack_heat.egg-info/requires.txt (+7/-6)
releasenotes/notes/SOURCE_IP_PORT-to-LB_ALGORITHM-11f0edf22096df74.yaml (+4/-0)
releasenotes/notes/os-neutron-net-segments-attribute-semi-predictable-b40a869317d053cc.yaml (+16/-0)
releasenotes/notes/remove-default-domain-from-templates-b5965242bfb78145.yaml (+13/-0)
requirements.txt (+7/-6)
test-requirements.txt (+7/-3)
tools/test-setup.sh (+2/-2)
tox.ini (+4/-4)
Branch information
- Name:
- stable/victoria
- Repository:
- lp:~freyes/ubuntu/+source/heat