lp:~fred-yang/nova/TrustedComputingPools
Moved to Gerrit https:/
- Get this branch:
- bzr branch lp:~fred-yang/nova/TrustedComputingPools
Branch merges
- Paul Voccio (community): Needs Fixing
- Sandy Walsh (community): Needs Fixing
- Chris Behrens (community): Needs Fixing
-
Diff: 1441 lines (+1393/-0)9 files modifiednova/scheduler/attestation/__init__.py (+24/-0)
nova/scheduler/attestation/attestation.py (+124/-0)
nova/scheduler/attestation/client.py (+223/-0)
nova/scheduler/attestation/service.py (+204/-0)
nova/scheduler/filters/__init__.py (+1/-0)
nova/scheduler/filters/json_filter_integrity.py (+124/-0)
nova/scheduler/manager_integrity.py (+240/-0)
nova/tests/scheduler/test_json_filter_integrity.py (+251/-0)
nova/tests/scheduler/test_manager_integrity.py (+202/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1586. By Soren Hansen
-
Fix a bug that would make spawning new instances fail if no port/protocol is given (for rules granting access for other security groups).
- 1585. By Isaku Yamahata
-
When swap is specified as block device mapping, its size becomes 0 wrongly.
This patch make it set to correct size according to instance_type. - 1584. By Scott Moser
-
This changes the interpretation of 'swap' for an instance-type to be in MB rather than GB.
- 1583. By Édouard Thuleau
-
Authorize to start a LXC instance withour, key, network file to inject or metadata.
- 1582. By Dan Prince
-
Update the v1.0 rescue admin action and the v1.1 rescue extension to
generate 'adminPass'. Fixes an issue where rescue commands were broken
on XenServer. lp#838518Also relocate 'password_length' flag and replace cases where password length was hard-coded.
- 1581. By Vish Ishaya
-
Fixes libvirt rescue to use the same strategy as xen. Use a new copy of the base image as the rescue image. It leaves the original rescue image flags in, so a hand picked rescue image can still be used if desired.
- 1580. By Dan Prince
-
Add a FakeVirDomainSn
apshot and return it from snapshotCreateXML.
Fixes libvirt snapshot tests. - 1579. By Tushar Patil
-
I am using iputils-arping package to send arping command.
You will need to install this package on the network nodes using apt-get command
apt-get install iputils-arping - 1578. By Vish Ishaya
-
Removes the on-disk internal libvirt snapshot after it has been uploaded to glance.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~hudson-openstack/nova/trunk