stable

python-novaclient-os-networks-0.25-2.fc23

FEDORA-2016-9332b9d39b created by rjmco 8 years ago for Fedora 23

This is a new package. Usage/test instructions provided by upstream at https://pypi.python.org/pypi/os_networksv2_python_novaclient_ext

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf install --refresh --advisory=FEDORA-2016-9332b9d39b \*

This update has been submitted for testing by rjmco.

8 years ago

This update has been pushed to testing.

8 years ago
User Icon ctria commented & provided feedback 8 years ago
karma

Works for me

BZ#1311473 python-novaclient-os-networks - Adds network extension support to python-novaclient
User Icon rjmco commented & provided feedback 8 years ago

working.


[tester@fedora23 ~]$ nova help network-list
usage: nova network-list

List networks
[tester@fedora23 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID                                   | Label   | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public  |      |
| 11111111-1111-1111-1111-111111111111 | private |      |
+--------------------------------------+---------+------+
[tester@fedora23 ~]$ nova help network-create
usage: nova network-create <network_label> <cidr>

Create a network

Positional arguments:
  <network_label>  Network label (ex. my_new_network)
  <cidr>           IP block to allocate from (ex. 172.16.0.0/24 or
                   2001:DB8::/64)
[tester@fedora23 ~]$ nova network-create test23 172.16.23.0/24 2> /dev/null
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| cidr     | 172.16.23.0/24                       |
| id       | 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 |
| label    | test23                               |
+----------+--------------------------------------+
[tester@fedora23 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+----------------+
| ID                                   | Label   | CIDR           |
+--------------------------------------+---------+----------------+
| 00000000-0000-0000-0000-000000000000 | public  |                |
| 11111111-1111-1111-1111-111111111111 | private |                |
| 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 | test23  | 172.16.23.0/24 |
+--------------------------------------+---------+----------------+
[tester@fedora23 ~]$ nova help network-show
usage: nova network-show <network_id>

Show a network

Positional arguments:
  <network_id>  ID of network
[tester@fedora23 ~]$ nova network-show 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 2> /dev/null
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| cidr     | 172.16.23.0/24                       |
| id       | 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 |
| label    | test23                               |
+----------+--------------------------------------+
[tester@fedora23 ~]$ nova help network-delete
usage: nova network-delete <network_id>

Delete a network

Positional arguments:
  <network_id>  ID of network
[tester@fedora23 ~]$ nova network-delete 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 2> /dev/null
[tester@fedora23 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID                                   | Label   | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public  |      |
| 11111111-1111-1111-1111-111111111111 | private |      |
+--------------------------------------+---------+------+

BZ#1311473 python-novaclient-os-networks - Adds network extension support to python-novaclient

This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes

8 years ago

This update has been submitted for stable by rjmco.

8 years ago

This update has been pushed to stable.

8 years ago

Please login to add feedback.

Metadata
Type
newpackage
Karma
1
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-1
Stable by Karma
2
Stable by Time
disabled
Dates
submitted
8 years ago
in testing
8 years ago
in stable
8 years ago
BZ#1311473 python-novaclient-os-networks - Adds network extension support to python-novaclient
0
2

Automated Test Results