Home
last modified time | relevance | path

Searched refs:allow_patch (Results 1 – 18 of 18) sorted by relevance

/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/accelerator/v2/
H A Daccelerator_request.py28 allow_patch = True variable in AcceleratorRequest
72 if not self.allow_patch:
H A Ddeployable.py26 allow_patch = True variable in Deployable
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/baremetal/v1/
H A Dconductor.py28 allow_patch = False variable in Conductor
H A Dvolume_connector.py28 allow_patch = True variable in VolumeConnector
H A Ddeploy_templates.py28 allow_patch = True variable in DeployTemplate
H A Dchassis.py31 allow_patch = True variable in Chassis
H A Dvolume_target.py28 allow_patch = True variable in VolumeTarget
H A Dport.py28 allow_patch = True variable in Port
H A Dport_group.py28 allow_patch = True variable in PortGroup
H A Dallocation.py30 allow_patch = True variable in Allocation
H A Dnode.py82 allow_patch = True variable in Node
1061 if not self.allow_patch:
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/placement/v1/
H A Dtest_resource_class.py33 self.assertFalse(sot.allow_patch)
H A Dtest_resource_provider.py35 self.assertFalse(sot.allow_patch)
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/accelerator/v2/
H A Dtest_device_profile.py47 self.assertFalse(sot.allow_patch)
H A Dtest_accelerator_request.py48 self.assertTrue(sot.allow_patch)
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/baremetal/v1/
H A Dtest_conductor.py51 self.assertFalse(sot.allow_patch)
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/
H A Dresource.py454 allow_patch = False variable in Resource
538 if self.commit_jsonpatch or self.allow_patch:
868 if self.commit_jsonpatch or self.allow_patch:
1201 if self.commit_jsonpatch or self.allow_patch:
1655 if not self.allow_patch:
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/
H A Dtest_resource.py1810 allow_patch = True variable in TestResourceActions.test_patch_with_sdk_names.Test
1830 allow_patch = True variable in TestResourceActions.test_patch_with_server_names.Test
1847 allow_patch = True variable in TestResourceActions.test_patch_with_changed_fields.Test