Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Jaeger 24d98abd3e Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I658efd028f1b23bc21b327fc55d39a7fa5824ec1
2019-12-18 09:48:08 +01:00
Cao Xuan Hoang 8520aeafd9 Clean imports in code
This patch set modifies lines which are importing objects
instead of modules. As per openstack import guide lines, user should
import modules in a file not objects.

http://docs.openstack.org/developer/hacking/#imports

Change-Id: I5b4bdcb674b58ab419d00ca9c6bff105ce19aca8
2016-09-07 13:28:38 +07:00
Tatyana Leontovich f85307434c Fix test check openstack cred changed
Assert that any of user or password was changed, if so test pass.
If user and password for openstack stay with default value, test fail.

Change-Id: If1f66939ac568a9faff2142564ba94ad5cf10352
Closes-Bug: #1547022
2016-02-19 12:39:17 +02:00
Jenkins 21eec12930 Merge "use keystoneclient exceptions instead of oslo-incubator code" 2016-01-04 14:53:47 +00:00
Steve Martinelli a1f58d4e69 use keystoneclient exceptions instead of oslo-incubator code
depending on any oslo-incubator code from another project is
dangerous. keystoneclient makes its exceptions public and it's
not recommended to use any code from
keystoneclient.openstack.common.apiclient since it's maintained
by oslo-incubator.

Change-Id: I40005893926d3c9e63e0e25fbc8a1dfaa7df80c2
2015-12-31 14:33:25 +00:00
Tatyana Leontovich 0297d43ffa Change localhost to ip for ssh cred check
Attempts to ssh from ostf container to localhost failed,
so  we need to use ip here.

Change-Id: I22c6c805467f6c7a3486ed34b186bc33edbd4276
Closes-Bug: #1529667
2015-12-30 15:29:28 +02:00
Tatyana Leontovich bc23b4347d Fix error messages
Change messages as described in issue

Change-Id: I029ec2a10b7109113d9406c85edc04e1c0ae8a64
Closes-Bug: #1476637
2015-08-04 15:58:01 +00:00
vgorin ea022ad072 Refactor configuration tests
Not used variables was deleted.
SSH connetction in test 'Check usage of default credentials on master node' use credentials of master node.

Change-Id: I0ea2852f1d643690fb8cdf8dcd2231be42b5b7b2
Closes-Bug: 1470910
2015-07-04 01:50:25 +03:00
vgorin b6147df5a0 Add test check_default_keystone_credential_usage
This test checks that default keystone credentials were changed on master node.
Implements: blueprint default-fuel-master-password

Change-Id: Ic06e4f5ba7de2e3f9913e128e1e3919ed6dd2aa8
2015-07-04 01:48:03 +03:00
Tatyana Leontovich 9a5f55602c Change asseret_true to assert equals in cred tests
Change-Id: Ib8ed7724958ffb05410d4fd68d3bfd887c321900
Closes-Bug: # 1457937
2015-05-22 18:24:07 +03:00
Tatyana Leontovich 674a08e57a Add tests to check usage of default credentials
Added to checks:
* check if we can ssh on localhost with default credentials
* check if default Openstack credentals were changed in settings tab

Change-Id: I3168a99183b20ff58e0a982096f2503939a02425
Closes-Bug: #1417377
2015-03-30 15:33:16 +03:00