10 Commits

Author SHA1 Message Date
Lukas Bezdicka
b032aca232 Change sql_connection to connection.
Sql connection parameter is now in database/connection not
DEFAULT/sql_connection.

Change-Id: I5f7b48a1a6e092b9629145b57795cba0c351a4eb
2015-03-31 09:10:07 +00:00
Sebastien Badia
53d51d8f35 spec: updates for rspec-puppet 2.x and rspec 3.x
This patch aim to update our specs test in order to work with the new
rspec-puppet release 2.0.0, in the mean time, we update rspec syntax in
order to be prepared for rspec 3.x move.

In details:

  * Convert 'should' keyword to 'is_expected.to' (prepare rspec 3.x)
  * Upgrade and pin rspec-puppet from 1.0.1 to 2.0.0

Change-Id: I6e85576823fc93ac0b7a7dff06032d71682259ad
2015-02-25 05:15:02 +01:00
Solly Ross
9e5b82fcda Configure auth via conf file, not paste file
The paste file now lives in /usr/share, and shouldn't be
modified.  Configure the keystone auth token settings in
trove.conf instead.

Change-Id: Ib2cc2211cc645ad71e9f57c1c52177074472afcb
2014-12-18 11:33:55 -05:00
Sebastien Badia
4fdc9f802a Fix eNovance domain name
A new company « etrovence » :-) (or just a too quick sed)

Change-Id: I95cc85908b79310ced5f19e96516293ca949b651
2014-07-12 02:30:39 +02:00
Sebastien Badia
3063b1903c trove/api: fix spec tests (move to init classe) 2014-07-03 15:21:24 +02:00
Emilien Macchi
5e7fa92465 move nova_proxy_admin_* to init class
Since the parameters are used on other class, it's smarter to have them
on init class to just reuse them.

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2014-07-03 15:12:38 +02:00
Sylvain Baubeau
b2caa68930 Configure api-paste.ini for trove-api 2014-07-03 14:15:39 +02:00
Emilien Macchi
9549151dcf api: fix tests 2014-07-02 17:20:53 +02:00
Emilien Macchi
0b2ab24cf7 api: fix unit test 2014-07-02 15:52:48 +02:00
Emilien Macchi
dcef06f12d Implement tests for trove::api 2014-07-02 14:49:45 +02:00