| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
fixes bug #890099
Change-Id: I2b516c4b41d387846f8edb9a7b82f3016f0e0eac
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes bug #910763
According to PEP8,
- Object type comparisons should always use isinstance() instead
of comparing types directly.
Yes: if isinstance(obj, int):
No: if type(obj) is type(1):
When checking if an object is a string, keep in mind that it might be a
unicode string too! In Python 2.3, str and unicode have a common base
class, basestring, so you can do:
if isinstance(obj, basestring):
Change-Id: I7c0fdecf99872f5b8f72b2c2ed4f5c539c33def1
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | | |
Change-Id: I1059824aae8c5bf1a65de6cfaef96fef0f68d8a3
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes bug #884837
not used:
virtual_interface_get_by_fixed_ip
instance_get_by_fixed_ip
instance_get_by_fixed_ipv6
volume_metadata_delete_all
instance_metadata_delete_all
internal functions:
volume_metadata_get_item
(used by used by volume_metadata_update() -> not removed)
instance_metadata_get_item
(used by instance_metadata_update() -> not removed)
instance_type_extra_specs_get_item
(used by instance_type_extra_specs_update_or_create()
-> not removed)
Change-Id: I1f8ad627d0305112a9d5d7b3b3b7257e98851122
|
| |/ /
| |
| |
| |
| |
| |
| | |
Bail early if we fail to get bandwidth metrics -- don't fall through to
try and parse them when we don't have them.
Change-Id: Icb8919861245d4e04e76f1b6bad6d79cb4372151
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Implements import_key_pair instead of import_public_key.
Change-Id: I256b76aeb4ff94030a58692bfd12b2d7c53ae461
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | | |
Change-Id: Ib5e1a847e2b422ca03a6a08cf5cc2699c2b4b8cd
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes bug #910008
Change-Id: I7914fe1eaffeb0be5feb414f3ea0ad563a36c21f
|
| |\ \ \ \
| |/ / /
|/| | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Windows has a complexity requirement of at least three of these
criteria:
- one or more upper case characters
- one or more lower case characters
- one or more numbers
- one or more special characters
In some cases, the passwords generated didn't meet three of these four
critera. This change enforces that three of these criteria will be
met in the generated passwords.
Change-Id: Ibe0055b8830b426aee1c9b722cc2fae2f5db4c5c
|
| |/ / /
| | |
| | |
| | | |
Change-Id: Ida7cf1ff0cbf94ad82c7a75708c79ad7bb27f7fd
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | | |
Change-Id: I7f23064f7179e53bc44958b4a93adf6c0e950726
|
| |\ \ \ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes bug lp901375
Ensure that a queue is declared durable so messages aren't dropped before
consumers are started
Change-Id: I9f8dfd6eaf3996be58fecff6ad91508bdcef23f3
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
method VpnCommands._vpn_for - fixed"
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
VpnCommands._vpn_for - fixed
Change-Id: I86c509d98fac685a5d658f397d0672f71b4bc175
|
| |\ \ \ \ \ |
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
Change-Id: I4c7ab8512fe3a00dd555d3a183b2c2348cef9e21
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
bug 909772
Change-Id: Iac7b45648cd1c85fdc3c8febbd0ef69b63a70c92
|
| |/ / / /
| | | |
| | | |
| | | | |
Change-Id: I738fb70d49dade90d31e8c848fa841497083e9b4
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
For blueprint public-and-private-dns
Change-Id: Ia6c3f046db4dd4978aa5ef950fd472d3455fe301
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes bug lp901375
The notification system in Nova is built on top of nova.rpc. It uses a
set of defaults for queues that isn't ideal for notification queues.
This change makes the notification queue durable across restarts.
Change-Id: I14c4d5da8d8af027b7d11631f3ac7707f2611a20
|
| |\ \ \ \
| |/ / /
|/| | | |
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Update glance XenServer plugin to use X-Glance-Registry-Purge-Props.
Fixes LP Bug #908922.
Change-Id: I4d16fc8fb34e24195f3bc589d42bdbfadaf77398
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | | |
Change-Id: I6e372152946dc7b51a4d84d6f4b893774e7d1a1d
|
| |/ /
| |
| |
| |
| |
| | |
Related to blueprint separate-nova-adminapi
Change-Id: I733b05e7de0036f3dce31c95efef150186e302ee
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Relates to blueprint separate-nova-adminapi
Change-Id: I0ef13569586be022ba533c4e850793b37b098fea
|
| |\ \ \
| |/ /
|/| | |
|
| | |/
| |
| |
| |
| |
| | |
Fixes bug 908846
Change-Id: I3d04ebee94cd23666d803987bd691276984d292d
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
Relates to blueprint separate-nova-adminapi
Change-Id: I672c14df30eea4807930a0975916237542fe9d68
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
This means that we can now catch ProcessExecutionException and inspect the result, in order to handle "acceptable" exceptions e.g. file does not exist on a remove
Change-Id: I4f5dfe1f1d4601dafc50abc4c61f4b616f13c5ff
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update DB api so that fixed_ip_disassociate_all_by_timeout uses two
separate commands (a query then an update). Fixes LP bug #907898.
Change-Id: I60d7e7ba6bb3d3542ccf5b595d0c0de944e499a3
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The intent of this change is to help make the rpc API a bit easier to
understand both for users of the API, and for implementors of the rpc
abstraction.
1) Add a Connection class in nova.rpc.common which defines the public
interface of the connection returned by nova.rpc.create_connection().
Update the existing implementations to inherit from this class.
2) Add documentation for the public methods in nova.rpc.
3) Rename get_impl() to __get_impl() in nova.rpc. This function is a
private implemenation detail and should not be used outside of this
module. Also move it to the bottom of the file so that all of the
important public API stuff comes first.
Change-Id: Id78acb59474995b7c13b2b6e7c8cd5057ec8cb0f
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Bug 849486
Effectively (with some manual wrapping):
sed s@docs.openstack.org/ext@docs.openstack.org/compute/ext@
Change-Id: I01bca8a5784cfd0473c04c21661c3a7d46cc5ed2
|
| |\ \
| | |
| | |
| | | |
Fixes LP bug #907878."
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixes LP bug #907878.
Change-Id: I2e33fe3a58a34c9606b24eafc319afa9fd9a5d86
|