Commit Graph

12 Commits

Author SHA1 Message Date
Andrey Pavlov f9e75281b4 fix UT for cinderclient
- bump version from 2 to 3 for cinderclient
- update aws ec2 interface for create_colume and
  create_network_interface. add cilent_token param
- fix describe network interface - something was
  changed in neutron ports output
- set metadata port for OVN conf file also

Change-Id: Ie3e5a5930d5a8159050ecc0900239935558dddd7
2021-09-28 19:24:15 +00:00
chenghuiyu c65cb663de Fix usage of isotime
The commit I34b12b96de3ea21beaf935ed8a9f6bae2fe0d0bc and
Ib384ae8130dcc6cbd47a837d11ca171ce02ef29e introduced the
deprecated oslo_utils.timeutils.isotime() is deprecated
as of 1.6.

The deprecation message says to use the datetime.datetime.isoformat()
instead, but the format of the string generated by isoformat isn't
the same as the format of the string generated by isotime. The string
is used in tokens and other public APIs and we can't change it
without potentially breaking clients.

So the workaround is to copy the current implementation from
oslo_utils.timeutils.isotime() to ec2api.api.ec2utils.

For more informations:
https://docs.openstack.org/oslo.utils/latest/reference/timeutils.html

Change-Id: Id62fb53264b04a7ea6ae3035a129353c5cfa040a
Closes-Bug: #1461251
2018-06-29 16:00:40 +03:00
Gage Hugo e81e55aca8 Add test_cert.pem to .gitignore
This change adds the test_cert.pem file created when
running unit tests to .gitignore in order to not have
it show up when adding changes in git.

Change-Id: I977055e39f866ce32cf567ca9c946c0cce2bb59c
2017-09-13 16:07:05 -05:00
pawnesh kumar a1de2d8c81 Add .idea pattern to .gitignore
The .idea directoy is used by pycharm and should not be included
in the change list. The change extends the .gitignore file to
avoid .idea directory to be shown in the change list.

Change-Id: I31cf4180accb262cf7a851d9c6ed927c61bc9ca5
2017-04-10 15:52:31 +05:30
hayderimran7 017660923f Update .gitignore file for non-static files generated
All non-static files that could be generated via tox
are put in .gitignore just like tempest, this helps
in developing and not worry about those dot files
as some local changes.

Change-Id: Ib467f6965d921a512d5c1a5397b178d0da3fb92b
2015-09-14 19:55:35 -07:00
Andrey Pavlov b385f567e4 create functional test for register_image
Change-Id: Ie5407ced8bdce6c0e0fd7565cc26a6976c067efe
2015-08-08 09:44:51 +03:00
Andrey Pavlov 0a767a7f72 Add instruction how to run in legacy releases.
Change-Id: I3201403d1b55ed0ea8f1c4b1ef7c561c95b44142
2015-05-28 16:25:51 +03:00
Feodor Tersin dc08136037 Copy S3 server implmenetation from Nova
Copy S3 server implmenetation and unit tests from Nova.
Add fileutils from oslo-incubator and refresh incubation modules.

Upgrade script doesn't copy buckets content because Nova S3 server
is not intended to be permanent full functionality object storage, but
has to be used temporary to CreateImage operation only.

Change-Id: I7d38b0a8e014dfff8238e7134d837d1074e4dd95
2015-04-01 16:37:46 +03:00
Andrey Pavlov d031bf78d1 add first functional test with infrastructure
Change-Id: If8400f4802a29352c752e8443c7b1b2f063d4dfa
2015-02-08 10:16:48 +03:00
Andrey Pavlov 28756f3ad6 remove proxy to ec2
Change-Id: I7c20d19ba1d608c84fbcf9602fcd4be61e9f64ea
2014-12-26 16:05:16 +03:00
Andrey Pavlov e4c4463ab1 support aws v4 signature
Change-Id: Ic9af4f35239e534b4ce05cd186f071cd22f8882d
2014-12-11 22:04:44 +03:00
Feodor Tersin 24ff49db66 Add .gitignore
Change-Id: I598d466f901cd7eb4f18bd77cba2167313dd8050
2014-10-17 15:50:03 +00:00