You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -289,16 +289,14 @@ To instantiate a Rally object, you'll need to provide these arguments:
289
289
and the default project for the user is not in the workspace specified.
290
290
Under those conditions, the project is changed to the first project
291
291
(alphabetic ordering) in the list of projects for the specified workspace.
292
-
* server_ping (True or False, default in v1.2.0 is True)
292
+
* server_ping (True or False, default in v1.3.0 is False)
293
293
Specifies whether a ping attempt will be made to confirm network connectivity
294
294
to the Rally server prior to making a Rally WSAPI REST request.
295
295
Organizations may have disabled the ability to make ICMP requests so the ping
296
296
attempt may fail even though there is network connectivity to the Rally server.
297
297
For this reason, the use of the ping=True option is discouraged going forward.
298
-
The next minor point release of pyral (v1.3.0) will have the default value
299
-
for this option inverted to be False.
300
298
The the ping operation itself will be dropped in the next major release (2.0.0).
301
-
* isolated_workspace (True or False, default in v1.2.0 is False)
299
+
* isolated_workspace (True or False, default in v1.2.0 + is False)
302
300
Specifies that the Rally instance will only be used for interacting with
303
301
a single workspace (either the user's default workspace or the named workspace).
304
302
Using isolated_workspace=True provides performance benefits for a subscription
@@ -330,7 +328,7 @@ To instantiate a Rally object, you'll need to provide these arguments:
330
328
You only have to use this syntax to specify a particular Project if you have multiple instances of that Project that have the same name. There is no provision for supporting the scenario where a Project of the same name exists in the same structural location.
0 commit comments