summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-05 14:12:29 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-05 14:33:14 -0400
commit5620beb7c8d3ff6a30ddef2140ae3aa1fbde6a98 (patch)
treeec8e198822fc2835ce6fdf23855fda8b2e382183
parent9c731d51e3d7417cd9ff006d884ba5e57d8bdea6 (diff)
downloadpython-novaclient-5620beb7c8d3ff6a30ddef2140ae3aa1fbde6a98.tar.gz
fix formatting of release note
Related-Bug: #1695939 Change-Id: Ie21043b5d37944a934433bd08b0fea65906e1a34 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
-rw-r--r--releasenotes/notes/remove-deprecated-option-in-3.3.0-82a413157838570d.yaml31
1 files changed, 29 insertions, 2 deletions
diff --git a/releasenotes/notes/remove-deprecated-option-in-3.3.0-82a413157838570d.yaml b/releasenotes/notes/remove-deprecated-option-in-3.3.0-82a413157838570d.yaml
index f7820855..6cc7e8d8 100644
--- a/releasenotes/notes/remove-deprecated-option-in-3.3.0-82a413157838570d.yaml
+++ b/releasenotes/notes/remove-deprecated-option-in-3.3.0-82a413157838570d.yaml
@@ -1,43 +1,68 @@
---
-update:
- - The following deprecated options have been removed:
+upgrade:
+ - |
+ The following deprecated options have been removed:
+
- create instances:
+
- --num-instance replaced by --min-count and --max-count
- --key_name replaced by --key-name
- --user_data replaced by --user-data
- --availability_zone replaced by -- availability-zone
- --security_groups replaced by --sercurity-groups
- --block_device_mapping replaced by --block-device-mapping
+
- list servers:
+
- --reservation_id replaced by --reservation-id
- --instance_name replaced by --instance-name
- --all_tenants replaced by --all-tenants
+
- rebuild instance:
+
- --rebuild_password replaced by --rebuild-password
+
- get serial console:
+
- --console_type replaced by --console-type
+
- create dns private domain:
+
- --availability_zone replaced by --availability-zone
+
- list security groups:
+
- --all_tenants replaced by --all-tenants
+
- add key pairs:
+
- --pub_key replaced by --pub-key
+
- live-migrate servers:
+
- --block_migrate replaced by --block-migrate
- --disk_over_commit replaced by --disk-over-commit
+
- update quotas:
+
- --floating_ips replaced by --floating-ips
- --metadata_items replaced by --metadata-items
- --injected_files replaced by --injected-files
- --injected_file_content_bytes replaced by --injected-file-content-bytes
+
- update quota classes:
+
- --floating_ips replaced by --floating-ips
- --metadata_items replaced by --metadata-items
- --injected_files replaced by --injected-files
- --injected_file_content_bytes replaced by --injected-file-content-bytes
+
- create server groups:
+
- --policy
+
- Authentication Options:
+
- --os_username replaced by --os-username
- --os_password replaced by --os-password
- --os_tenant_name replaced by --os-tenant-name
@@ -45,7 +70,9 @@ update:
- --os_region_name replaced by --os-region-name
- --os_auth_system replaced by --os-auth-system
- --endpoint-type replaced by --os-endpoint-type
+
- Optional arguments:
+
- --service_type replaced by --service-type
- --service_name replaced by --service-name
- --volume_service_name replaced by --volume-service-name